From 1f8fcafd5d29da9dd58b72f2e52d1b086fc7514f Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:20:36 +0000 Subject: [PATCH 1/2] chore(main): release protocol/go 0.21.0 --- .../release-please/release-please-manifest.json | 2 +- protocol/go/CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index bad48adf27..7526075f37 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.20.0", + "protocol/go": "0.21.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 fb4d983b0a..9b354d9d39 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.21.0](https://github.com/opentdf/platform/compare/protocol/go/v0.20.0...protocol/go/v0.21.0) (2026-03-26) + + +### ⚠ BREAKING CHANGES + +* **policy:** optional namespace for RRs ([#3165](https://github.com/opentdf/platform/issues/3165)) + +### Features + +* **policy:** optional namespace for RRs ([#3165](https://github.com/opentdf/platform/issues/3165)) ([8948018](https://github.com/opentdf/platform/commit/89480186006085d2f59ebaeca6be6582db0e67d9)) + + +### Bug Fixes + +* **deps:** bump google.golang.org/grpc from 1.67.1 to 1.79.3 in /protocol/go ([#3173](https://github.com/opentdf/platform/issues/3173)) ([447ece6](https://github.com/opentdf/platform/commit/447ece6d458ecf88c9ca1149d05cce2552a0f883)) + ## [0.20.0](https://github.com/opentdf/platform/compare/protocol/go/v0.19.0...protocol/go/v0.20.0) (2026-03-18) From ada47db6bf156f29e7f6fba4899394cae0cbc01a Mon Sep 17 00:00:00 2001 From: Krish Suchak <42231639+alkalescent@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:22:26 -0400 Subject: [PATCH 2/2] fix changelog --- protocol/go/CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index 9b354d9d39..af49f72d2b 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -3,10 +3,6 @@ ## [0.21.0](https://github.com/opentdf/platform/compare/protocol/go/v0.20.0...protocol/go/v0.21.0) (2026-03-26) -### ⚠ BREAKING CHANGES - -* **policy:** optional namespace for RRs ([#3165](https://github.com/opentdf/platform/issues/3165)) - ### Features * **policy:** optional namespace for RRs ([#3165](https://github.com/opentdf/platform/issues/3165)) ([8948018](https://github.com/opentdf/platform/commit/89480186006085d2f59ebaeca6be6582db0e67d9))