diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f57c0129ae..d97c65e5be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "lib/fixtures": "0.2.7", "lib/ocrypto": "0.1.5", "lib/flattening": "0.1.1", - "protocol/go": "0.2.5", + "protocol/go": "0.2.6", "sdk": "0.2.9", "service": "0.4.7" } diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index d5871ca2b9..f2331056d4 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.6](https://github.com/opentdf/platform/compare/protocol/go/v0.2.5...protocol/go/v0.2.6) (2024-07-02) + + +### Features + +* **policy:** register unsafe service in platform ([#1066](https://github.com/opentdf/platform/issues/1066)) ([b7796cd](https://github.com/opentdf/platform/commit/b7796cdbe3b16903ac83033c8d99495aa10c8e2c)) + ## [0.2.5](https://github.com/opentdf/platform/compare/protocol/go/v0.2.4...protocol/go/v0.2.5) (2024-07-02)