diff --git a/CHANGELOG.md b/CHANGELOG.md index d640ceabea..43a6cae3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## 0.10.1 (2024-08-21) + +### Improvements + +- Fix kafka listener never ending resync loop due to resyncState updates + ## 0.10.0 (2024-08-19) ### Improvements diff --git a/pyproject.toml b/pyproject.toml index c0bf6bab0f..af686dc9cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." readme = "README.md" homepage = "https://app.getport.io"