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..faa258071 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.23](https://github.com/opentdf/platform/compare/protocol/go/v0.2.22...protocol/go/v0.2.23) (2025-01-17) + + +### Features + +* **core:** adds bulk rewrap to sdk and service ([#1835](https://github.com/opentdf/platform/issues/1835)) ([11698ae](https://github.com/opentdf/platform/commit/11698ae18f66282980a7822dd145e3896c2b605c)) + + +### 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)