diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe4ffd101..3f0e1b183 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "flagd": "0.12.2", - "flagd-proxy": "0.7.2", - "core": "0.11.2" + "flagd": "0.12.3", + "flagd-proxy": "0.7.3", + "core": "0.11.3" } \ No newline at end of file diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 3a8a3eef7..f4abee1ad 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.3](https://github.com/open-feature/flagd/compare/core/v0.11.2...core/v0.11.3) (2025-03-01) + + +### 🐛 Bug Fixes + +* **deps:** update module connectrpc.com/otelconnect to v0.7.2 ([#1574](https://github.com/open-feature/flagd/issues/1574)) ([6094dce](https://github.com/open-feature/flagd/commit/6094dce5c0472f593b79d6d40e080f9b8d6503e5)) +* **deps:** update module github.com/google/go-cmp to v0.7.0 ([#1569](https://github.com/open-feature/flagd/issues/1569)) ([6e9dbd2](https://github.com/open-feature/flagd/commit/6e9dbd2dbf8365f839e353f53cb638847a1f05d6)) + ## [0.11.2](https://github.com/open-feature/flagd/compare/core/v0.11.1...core/v0.11.2) (2025-02-21) diff --git a/flagd-proxy/CHANGELOG.md b/flagd-proxy/CHANGELOG.md index f70a1a6cd..0011a4223 100644 --- a/flagd-proxy/CHANGELOG.md +++ b/flagd-proxy/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.3](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.7.2...flagd-proxy/v0.7.3) (2025-03-01) + + +### 🐛 Bug Fixes + +* **deps:** update module github.com/open-feature/flagd/core to v0.11.2 ([#1570](https://github.com/open-feature/flagd/issues/1570)) ([e151b1f](https://github.com/open-feature/flagd/commit/e151b1f97524a568e361103bf7a388f2598e5861)) + ## [0.7.2](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.7.1...flagd-proxy/v0.7.2) (2025-02-21) diff --git a/flagd/CHANGELOG.md b/flagd/CHANGELOG.md index 854e57996..a4cb2f771 100644 --- a/flagd/CHANGELOG.md +++ b/flagd/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.12.3](https://github.com/open-feature/flagd/compare/flagd/v0.12.2...flagd/v0.12.3) (2025-03-01) + + +### 🐛 Bug Fixes + +* add support for unix socket connection in sync service ([#1518](https://github.com/open-feature/flagd/issues/1518)) ([#1560](https://github.com/open-feature/flagd/issues/1560)) ([e2203a1](https://github.com/open-feature/flagd/commit/e2203a13ca4debd5b43c94a9b00acd2d40152bb2)) +* **deps:** update module github.com/open-feature/flagd/core to v0.11.2 ([#1570](https://github.com/open-feature/flagd/issues/1570)) ([e151b1f](https://github.com/open-feature/flagd/commit/e151b1f97524a568e361103bf7a388f2598e5861)) + ## [0.12.2](https://github.com/open-feature/flagd/compare/flagd/v0.12.1...flagd/v0.12.2) (2025-02-21)