diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85f9244dc2..cb54e66072 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "lib/fixtures": "0.2.10", "lib/ocrypto": "0.1.9", "lib/flattening": "0.1.3", - "protocol/go": "0.3.0", + "protocol/go": "0.3.1", "sdk": "0.4.2", "service": "0.5.2" } diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index b772a6c240..f4bfd7c5d7 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/opentdf/platform/compare/protocol/go/v0.3.0...protocol/go/v0.3.1) (2025-04-23) + + +### Features + +* **policy:** DSPX-902 NDR service crud protos only (1/2) ([#2092](https://github.com/opentdf/platform/issues/2092)) ([24b6cb5](https://github.com/opentdf/platform/commit/24b6cb5f876439dd5bb15ed95a20d18a16da3706)) + ## [0.3.0](https://github.com/opentdf/platform/compare/protocol/go/v0.2.29...protocol/go/v0.3.0) (2025-04-16)