From 05fd900fbed436e47707d8e777f8a541238d8db2 Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Tue, 23 Jun 2026 06:17:31 -0400 Subject: [PATCH] chore(main): release 0.1.0 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cdcc88..478c59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.0](https://github.com/open-feature/cpp-sdk/compare/v0.0.2...v0.1.0) (2026-06-23) + + +### ⚠ BREAKING CHANGES + +* provider exceptions crash the caller ([#97](https://github.com/open-feature/cpp-sdk/issues/97)) + +### Bug Fixes + +* provider exceptions crash the caller ([#97](https://github.com/open-feature/cpp-sdk/issues/97)) ([f4d3423](https://github.com/open-feature/cpp-sdk/commit/f4d3423ab656291030ddf0349d4e158533cc0e79)) + ## [0.0.2](https://github.com/open-feature/cpp-sdk/compare/v0.0.1...v0.0.2) (2026-06-23)