diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9593a8d30..4d5b7764f 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.23", + "protocol/go": "0.2.24", "sdk": "0.3.26", "service": "0.4.38" } diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index faa258071..2eefa9132 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.24](https://github.com/opentdf/platform/compare/protocol/go/v0.2.23...protocol/go/v0.2.24) (2025-01-24) + + +### Features + +* **policy:** adds new public keys table ([#1836](https://github.com/opentdf/platform/issues/1836)) ([cad5048](https://github.com/opentdf/platform/commit/cad5048d09609d678d5b5ac2972605dd61f33bb5)) + ## [0.2.23](https://github.com/opentdf/platform/compare/protocol/go/v0.2.22...protocol/go/v0.2.23) (2025-01-17)