From f1024c56d44bf163050b10abf430cc5355890eb0 Mon Sep 17 00:00:00 2001 From: Tom Tankilevitch <59158507+Tankilevitch@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:33:35 +0300 Subject: [PATCH] Bump to 0.11.0 (#1053) --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 110bfc9645..ee42a476e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm -## 0.10.13 (2024-09-29) +## 0.11.0 (2024-09-29) ### Improvements diff --git a/pyproject.toml b/pyproject.toml index 11b58259f9..1a837da4be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "port-ocean" -version = "0.10.13" +version = "0.11.0" description = "Port Ocean is a CLI tool for managing your Port projects." readme = "README.md" homepage = "https://app.getport.io"