diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49b7de8..6eb647f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.12" + ".": "0.3.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9caece4..6729395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.13](https://github.com/open-feature/cli/compare/v0.3.12...v0.3.13) (2025-12-03) + + +### 🧹 Chore + +* update copyright to OpenFeature Maintainers ([#187](https://github.com/open-feature/cli/issues/187)) ([b255228](https://github.com/open-feature/cli/commit/b2552286a1d2bdb22640c1e26d7fc7dc2a5640d7)) +* update go generator with go-sdk v1.17.0 ([#189](https://github.com/open-feature/cli/issues/189)) ([6cb2453](https://github.com/open-feature/cli/commit/6cb2453b8d9b3eac485dc6031e575b0a730bfa82)) + ## [0.3.12](https://github.com/open-feature/cli/compare/v0.3.11...v0.3.12) (2025-11-07)