diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index 7cac651c0d..acf10ef159 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -3,7 +3,7 @@ "lib/ocrypto": "0.10.0", "lib/flattening": "0.1.3", "lib/identifier": "0.3.0", - "protocol/go": "0.24.0", + "protocol/go": "0.25.0", "sdk": "0.15.0", "service": "0.13.0" } \ No newline at end of file diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index 8ccd6d8a85..c19ee0819b 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.25.0](https://github.com/opentdf/platform/compare/protocol/go/v0.24.0...protocol/go/v0.25.0) (2026-04-20) + + +### Features + +* **policy:** Add sort support listregisteredresources api ([#3312](https://github.com/opentdf/platform/issues/3312)) ([91a3ff3](https://github.com/opentdf/platform/commit/91a3ff3686512353669e35e4884fde807d73d9b0)) + ## [0.24.0](https://github.com/opentdf/platform/compare/protocol/go/v0.23.0...protocol/go/v0.24.0) (2026-04-17)