From ec1fc2cb1c967d31c064df6105c45a54c3517826 Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Thu, 6 Aug 2026 05:15:04 -0400 Subject: [PATCH] chore(main): release 0.1.3 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c9ab2..ab11f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.3](https://github.com/open-feature/cpp-sdk/compare/v0.1.2...v0.1.3) (2026-08-06) + + +### Features + +* Add Hooks class ([#118](https://github.com/open-feature/cpp-sdk/issues/118)) ([57f6c87](https://github.com/open-feature/cpp-sdk/commit/57f6c87907afc1a8818a6c33d14a5449e0bdd38d)) + + +### Bug Fixes + +* race condition between status check and provider lookup ([#108](https://github.com/open-feature/cpp-sdk/issues/108)) ([59b2342](https://github.com/open-feature/cpp-sdk/commit/59b234239bfb5af3c92e3101b24da71e0a38969f)) + ## [0.1.2](https://github.com/open-feature/cpp-sdk/compare/v0.1.1...v0.1.2) (2026-07-14)