From d23eb6456efeea5e0e60b9bca8bd6b5b581e5593 Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:57:55 -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 | 8 ++++++++ 2 files changed, 9 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..8ae072c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.4](https://github.com/open-feature/cpp-sdk/compare/v0.1.3...v0.1.4) (2026-08-11) + + +### 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)) +* 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)