From d93168c601c08ea11e236152a4e66695dec86da8 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:15:43 +0100 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10f3091..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 05483eb..a8dc3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.2.0...v1.0.0) (2026-08-07) + + +### ⚠ BREAKING CHANGES + +* implement experimentation tracking ([#37](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/37)) + +### Features + +* implement experimentation tracking ([#37](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/37)) ([897350a](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/897350a3538aa036f9914a6f7ecb8b049c2cc369)) + + +### Bug Fixes + +* `FlagNotFound` not raised for non-existing features ([2a14ffa](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/2a14ffa1f1022655287cce38f88da3c3c73a198e)) + ## [0.2.0](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.6...v0.2.0) (2026-04-22) diff --git a/pyproject.toml b/pyproject.toml index a2c6355..5c56a95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openfeature-provider-flagsmith" -version = "0.2.0" +version = "1.0.0" description = "Openfeature provider for Flagsmith" authors = [ { name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }