From 6a7587a7ab9601c2aa44a89a3326e4988a6519bd Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Tue, 23 Jun 2026 08:11:20 -0400 Subject: [PATCH] chore(main): release 0.1.1 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)