From b2f7d7bc904c877a310d70b0cb42810b804bdf4f Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Thu, 11 Jun 2026 09:00:55 -0400 Subject: [PATCH] chore(main): release 0.0.2 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 3 +-- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fb81f9a..40ff6fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,3 @@ { - ".": "0.0.1" - + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b4e478d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.0.2](https://github.com/open-feature/cpp-sdk/compare/v0.0.1...v0.0.2) (2026-06-11) + + +### Features + +* add release-please configuration and manifest with initial version 0.0.1 ([#85](https://github.com/open-feature/cpp-sdk/issues/85)) ([25425bf](https://github.com/open-feature/cpp-sdk/commit/25425bf2100476123c3df2cb3e8caf55bfb7d575)) + + +### Bug Fixes + +* old provider not shutting down when the new provider fails to initialize ([#98](https://github.com/open-feature/cpp-sdk/issues/98)) ([aa27439](https://github.com/open-feature/cpp-sdk/commit/aa27439e84b60b94deb33f7b736f2d652631f90f)) +* remove $schema field from .release-please-manifest.json ([#87](https://github.com/open-feature/cpp-sdk/issues/87)) ([28c283c](https://github.com/open-feature/cpp-sdk/commit/28c283c428993ec46775aa8d275765a24f340ee0))