diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efa3468c9..7d5c334e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -18,5 +18,6 @@ "providers/go-feature-flag-in-process": "0.1.1", "providers/multi-provider": "0.0.4", "tools/flagd-http-connector": "0.0.2", - "providers/rocketflag": "0.0.2" + "providers/rocketflag": "0.0.2", + "providers/aws-ssm": "1.0.0" } diff --git a/providers/aws-ssm/CHANGELOG.md b/providers/aws-ssm/CHANGELOG.md new file mode 100644 index 000000000..ee7705a6d --- /dev/null +++ b/providers/aws-ssm/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 1.0.0 (2025-10-24) + + +### 🐛 Bug Fixes + +* **`aws-ssm`:** apply `ProviderOptions` inside constructor ([#749](https://github.com/open-feature/go-sdk-contrib/issues/749)) ([77e7f25](https://github.com/open-feature/go-sdk-contrib/commit/77e7f25c32ee219b73fd2b6f8bdceec26e95047f)) + + +### ✨ New Features + +* **aws-ssm:** add interface assertion to `Provider` ([#750](https://github.com/open-feature/go-sdk-contrib/issues/750)) ([faed7f1](https://github.com/open-feature/go-sdk-contrib/commit/faed7f10945401db15f8c5ad8c254ddadd49b340)) +* **aws-ssm:** implement provider ([#726](https://github.com/open-feature/go-sdk-contrib/issues/726)) ([dbb2af9](https://github.com/open-feature/go-sdk-contrib/commit/dbb2af902aab09d3b6fe3c933a2a45949a4bd944))