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"