diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a3e73bd4..7ae489b7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## 0.14.3 (2024-11-25) + + +### Improvements + +- Support the reduction of Port rate limit in the integrations. + +## 0.14.2 (2024-11-24) + + +### Bug Fixes + +- Fix ocean new. + ## 0.14.1 (2024-11-13) diff --git a/pyproject.toml b/pyproject.toml index 2812ccaeca..aecf1ec569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "port-ocean" -version = "0.14.2" +version = "0.14.3" description = "Port Ocean is a CLI tool for managing your Port projects." readme = "README.md" homepage = "https://app.getport.io"