From 786586b8d77068edf9def9f028ad9fb965a0f8a7 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:54:27 +0000 Subject: [PATCH] chore(main): release protocol/go 0.30.0 --- .github/release-please/release-please-manifest.json | 2 +- protocol/go/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index 45a8b7c86b..fc00830f1e 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -4,7 +4,7 @@ "lib/flattening": "0.1.3", "lib/identifier": "0.4.0", "otdfctl": "0.31.0", - "protocol/go": "0.29.0", + "protocol/go": "0.30.0", "sdk": "0.19.0", "service": "0.15.0" } \ No newline at end of file diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index 7adb1de7b0..5eba4217b2 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.30.0](https://github.com/opentdf/platform/compare/protocol/go/v0.29.0...protocol/go/v0.30.0) (2026-05-08) + + +### Features + +* **policy:** Add FQN to RegisteredResourceValues ([#3446](https://github.com/opentdf/platform/issues/3446)) ([3199583](https://github.com/opentdf/platform/commit/3199583c4a6454ac7eabe1260a142e5c5ff067ad)) +* **policy:** Add resource mapping group FQNs ([#3447](https://github.com/opentdf/platform/issues/3447)) ([6a0b3c6](https://github.com/opentdf/platform/commit/6a0b3c63795cf79b4d87d561464101c7cd2cf351)) + ## [0.29.0](https://github.com/opentdf/platform/compare/protocol/go/v0.28.0...protocol/go/v0.29.0) (2026-05-05)