From f8ff289b0b10cd71015308e898fec0772893953a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:49:40 +0000 Subject: [PATCH] chore(main): release openfeature-provider-aws-ssm 0.2.0 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- providers/openfeature-provider-aws-ssm/CHANGELOG.md | 11 +++++++++++ providers/openfeature-provider-aws-ssm/pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1600eeff..bc1a48e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "hooks/openfeature-hooks-opentelemetry": "0.3.1", - "providers/openfeature-provider-aws-ssm": "0.1.1", + "providers/openfeature-provider-aws-ssm": "0.2.0", "providers/openfeature-provider-flagd": "0.3.0", "providers/openfeature-provider-ofrep": "0.2.0", "providers/openfeature-provider-flipt": "0.1.3", diff --git a/providers/openfeature-provider-aws-ssm/CHANGELOG.md b/providers/openfeature-provider-aws-ssm/CHANGELOG.md index 378e5156..cab522d7 100644 --- a/providers/openfeature-provider-aws-ssm/CHANGELOG.md +++ b/providers/openfeature-provider-aws-ssm/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-aws-ssm/v0.1.1...openfeature-provider-aws-ssm/v0.2.0) (2026-03-26) + + +### ⚠ BREAKING CHANGES + +* drop Python 3.9 support ([#364](https://github.com/open-feature/python-sdk-contrib/issues/364)) + +### chore + +* drop Python 3.9 support ([#364](https://github.com/open-feature/python-sdk-contrib/issues/364)) ([0ecd1d4](https://github.com/open-feature/python-sdk-contrib/commit/0ecd1d4c41e96f90b019a76ce9c3b1f70f2a23a4)) + ## [0.1.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-aws-ssm/v0.1.0...openfeature-provider-aws-ssm/v0.1.1) (2026-02-17) diff --git a/providers/openfeature-provider-aws-ssm/pyproject.toml b/providers/openfeature-provider-aws-ssm/pyproject.toml index d5e315a7..6d13a7ed 100644 --- a/providers/openfeature-provider-aws-ssm/pyproject.toml +++ b/providers/openfeature-provider-aws-ssm/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "openfeature-provider-aws-ssm" -version = "0.1.1" +version = "0.2.0" description = "OpenFeature Python AWS Systems Manager Parameter Store Provider" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]