From 571feb7fa888bc979a0c560b27f42e939f5473ed Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Wed, 12 Aug 2026 16:16:28 -0400 Subject: [PATCH] chore(main): release 0.1.4 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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)