From 72391cb1bbd754da09d758c51540d5a7a7f412f4 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:01:50 +0000 Subject: [PATCH] chore(main): release protocol/go 0.3.2 --- .release-please-manifest.json | 2 +- protocol/go/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a8fd516ec1..6b74078728 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.1", + "protocol/go": "0.3.2", "sdk": "0.4.4", "service": "0.5.2" } diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index f4bfd7c5d7..16059648b8 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/opentdf/platform/compare/protocol/go/v0.3.1...protocol/go/v0.3.2) (2025-04-28) + + +### Features + +* **policy:** Key management proto ([#2115](https://github.com/opentdf/platform/issues/2115)) ([561f853](https://github.com/opentdf/platform/commit/561f85301c73c221cf22695afb66deeac594a3d6)) + ## [0.3.1](https://github.com/opentdf/platform/compare/protocol/go/v0.3.0...protocol/go/v0.3.1) (2025-04-23)