diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 478c59d..deddc85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/open-feature/cpp-sdk/compare/v0.1.0...v0.1.1) (2026-06-23) + + +### Bug Fixes + +* Correct logic for evaluation blocked for ERROR and STALE providers ([#96](https://github.com/open-feature/cpp-sdk/issues/96)) ([9610f71](https://github.com/open-feature/cpp-sdk/commit/9610f71570119dae5e888dbdc7a5cc64a6eb5291)) + ## [0.1.0](https://github.com/open-feature/cpp-sdk/compare/v0.0.2...v0.1.0) (2026-06-23)