diff --git a/.release-please-manifest.json b/.release-please-manifest.json index df429b859..ac004bfdc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,5 @@ "lib/flattening": "0.1.1", "protocol/go": "0.2.18", "sdk": "0.3.16", - "service": "0.4.25" + "service": "0.4.26" } diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 280bc3191..b7613a009 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.26](https://github.com/opentdf/platform/compare/service/v0.4.25...service/v0.4.26) (2024-10-17) + + +### Bug Fixes + +* use the right service namespace and update the tests ([#1665](https://github.com/opentdf/platform/issues/1665)) ([72ce62b](https://github.com/opentdf/platform/commit/72ce62b9b79a5b00d9723003789648246dd009b1)) + ## [0.4.25](https://github.com/opentdf/platform/compare/service/v0.4.24...service/v0.4.25) (2024-10-15)