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)