diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 451c8d9db44..c4423a4ff91 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -4,5 +4,5 @@ "openfeature/providers/python-provider": "0.5.0", "openfeature/providers/kotlin-provider": "0.3.0", "modules/evaluation": "0.1.3", - "modules/core": "0.2.0" + "modules/core": "0.3.0" } \ No newline at end of file diff --git a/modules/core/CHANGELOG.md b/modules/core/CHANGELOG.md index e5c837fa10c..ddc3d53a8be 100644 --- a/modules/core/CHANGELOG.md +++ b/modules/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.0](https://github.com/thomaspoignant/go-feature-flag/compare/modules/core/v0.2.0...modules/core/v0.3.0) (2025-12-09) + + +### 🚀 New Features + +* allow empty evaluation context for flags that don't require bucketing ([#3962](https://github.com/thomaspoignant/go-feature-flag/issues/3962)) ([0564b06](https://github.com/thomaspoignant/go-feature-flag/commit/0564b0680ec6da62bd012fbb3cafa8fb20d20d2c)) +* Support x-api-key header for authentication ([#4347](https://github.com/thomaspoignant/go-feature-flag/issues/4347)) ([3ca07a8](https://github.com/thomaspoignant/go-feature-flag/commit/3ca07a8fa49522aa8b348bb5314a6f503dfa9778)) + + +### 🔧 Chores + +* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#4263](https://github.com/thomaspoignant/go-feature-flag/issues/4263)) ([3944a49](https://github.com/thomaspoignant/go-feature-flag/commit/3944a491413056d903236573fbf5a75fc7336dd9)) +* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#4326](https://github.com/thomaspoignant/go-feature-flag/issues/4326)) ([927e392](https://github.com/thomaspoignant/go-feature-flag/commit/927e392662eaad75f33bd88275c566a465d02446)) + ## [0.2.0](https://github.com/thomaspoignant/go-feature-flag/compare/modules/core/v0.1.4...modules/core/v0.2.0) (2025-11-03)