diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d72d03c13..299a257754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## 0.12.6 (2024-10-20) + + +### Bug Fixes + +- Fixed get_integration_resource_config assumption for port-app-config files to be of .yaml extension only (0.12.6) + + ## 0.12.5 (2024-10-21) diff --git a/pyproject.toml b/pyproject.toml index 9b909679ea..0e277547cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "port-ocean" -version = "0.12.5" +version = "0.12.6" description = "Port Ocean is a CLI tool for managing your Port projects." readme = "README.md" homepage = "https://app.getport.io"