diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a4575fef..73f3bc49c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## 0.10.5 (2024-08-27) + +### Improvements + +- Test support and helpers + + ## 0.10.4 (2024-08-28) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 06c07dfd9b..ae0fba9505 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "port-ocean" -version = "0.10.4" +version = "0.10.5" description = "Port Ocean is a CLI tool for managing your Port projects." readme = "README.md" homepage = "https://app.getport.io"