diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5f5d9eb..3df4024d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "hooks/openfeature-hooks-opentelemetry": "0.3.0", - "providers/openfeature-provider-aws-ssm": "0.1.0", + "providers/openfeature-provider-aws-ssm": "0.1.1", "providers/openfeature-provider-flagd": "0.2.7", "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 new file mode 100644 index 00000000..49dcafb5 --- /dev/null +++ b/providers/openfeature-provider-aws-ssm/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [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-11) + + +### ✨ New Features + +* **provider:** add `aws-ssm` provider ([#331](https://github.com/open-feature/python-sdk-contrib/issues/331)) ([8239b83](https://github.com/open-feature/python-sdk-contrib/commit/8239b836a25663e0030b3891d0140cb365798a37)) diff --git a/providers/openfeature-provider-aws-ssm/pyproject.toml b/providers/openfeature-provider-aws-ssm/pyproject.toml index 434e62c9..a5917bb7 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.0" +version = "0.1.1" description = "OpenFeature Python AWS Systems Manager Parameter Store Provider" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]