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..73f22a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.13](https://github.com/open-feature/cli/compare/v0.3.12...v0.3.13) (2025-11-17) + + +### 🧹 Chore + +* update copyright to OpenFeature Maintainers ([#187](https://github.com/open-feature/cli/issues/187)) ([b255228](https://github.com/open-feature/cli/commit/b2552286a1d2bdb22640c1e26d7fc7dc2a5640d7)) + ## [0.3.12](https://github.com/open-feature/cli/compare/v0.3.11...v0.3.12) (2025-11-07)