From 847e109c430d17afd1f7f4bf515214a877c8ad22 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:03:23 +0000 Subject: [PATCH] chore(main): release 0.1.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ab67d0f..ce44794 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.5" + ".": "0.1.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b48a116..df925df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.6](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.5...v0.1.6) (2026-02-26) + + +### Bug Fixes + +* Support flat attributes in the evaluation context ([#26](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/26)) ([b76a829](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/b76a82981d5b14ff3403f2213bdd7a18fe72eeaa)) + + +### Other + +* add root CODEOWNERS ([#22](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/22)) ([e7be6fe](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/e7be6feea978110ddc3fffe61cd80882552e5c56)) +* Remove amannn/action-semantic-pull-request workflow ([#25](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/25)) ([47147ec](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/47147ecc59d1a5bf902f145cc4e9d4d9080ca38b)) + ## [0.1.5](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.4...v0.1.5) (2025-08-21) diff --git a/pyproject.toml b/pyproject.toml index 1bc4b01..693fe77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openfeature-provider-flagsmith" -version = "0.1.5" +version = "0.1.6" description = "Openfeature provider for Flagsmith" authors = [ { name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }