From 4bfa7cdc2859dd21551b91317551737ec5ca88c1 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Tue, 22 Oct 2024 14:27:42 +0300 Subject: [PATCH] Bump core --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"