From c68d86f605a36a8b0aeb5a2bb6470fbf341c04b6 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:21:05 +0000 Subject: [PATCH] chore(main): release protocol/go 0.2.23 --- .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 cc7071809..b29866edd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "lib/fixtures": "0.2.10", "lib/ocrypto": "0.1.7", "lib/flattening": "0.1.3", - "protocol/go": "0.2.22", + "protocol/go": "0.2.23", "sdk": "0.3.25", "service": "0.4.37" } diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index 9cf361446..c09f640e3 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.23](https://github.com/opentdf/platform/compare/protocol/go/v0.2.22...protocol/go/v0.2.23) (2025-01-15) + + +### Bug Fixes + +* **core:** Update fixtures and flattening in sdk and service ([#1827](https://github.com/opentdf/platform/issues/1827)) ([d6d6a7a](https://github.com/opentdf/platform/commit/d6d6a7a2dffdb96cf7f7f731a4e6e66e06930e59)) + ## [0.2.22](https://github.com/opentdf/platform/compare/protocol/go/v0.2.21...protocol/go/v0.2.22) (2024-11-14)