diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c05df9b..88f7c73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5567d..7fa898d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.4](https://github.com/open-feature/cpp-sdk/compare/v0.1.3...v0.1.4) (2026-08-12) + + +### Features + +* Hook support for client class ([#127](https://github.com/open-feature/cpp-sdk/issues/127)) ([72d4c91](https://github.com/open-feature/cpp-sdk/commit/72d4c915addd4ad339da9cd9b17b656d3965ade0)) +* Overload client functions ([#129](https://github.com/open-feature/cpp-sdk/issues/129)) ([3a1c4d4](https://github.com/open-feature/cpp-sdk/commit/3a1c4d4203a4684726511c200390077925ebf267)) +* Update global api ([#123](https://github.com/open-feature/cpp-sdk/issues/123)) ([a5cc90e](https://github.com/open-feature/cpp-sdk/commit/a5cc90e953aa78d94c98c12112bf0d70848aa8e0)) + ## [0.1.3](https://github.com/open-feature/cpp-sdk/compare/v0.1.2...v0.1.3) (2026-08-10)