Skip to content

Commit 80da6b9

Browse files
chore(main): release openfeature-provider-aws-ssm 0.1.1 (#343)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 83926de commit 80da6b9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hooks/openfeature-hooks-opentelemetry": "0.3.1",
3-
"providers/openfeature-provider-aws-ssm": "0.1.0",
3+
"providers/openfeature-provider-aws-ssm": "0.1.1",
44
"providers/openfeature-provider-flagd": "0.2.7",
55
"providers/openfeature-provider-ofrep": "0.2.0",
66
"providers/openfeature-provider-flipt": "0.1.3",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [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)
4+
5+
6+
### ✨ New Features
7+
8+
* **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))

providers/openfeature-provider-aws-ssm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "openfeature-provider-aws-ssm"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "OpenFeature Python AWS Systems Manager Parameter Store Provider"
99
readme = "README.md"
1010
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]

0 commit comments

Comments
 (0)