diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 791e44711..b013b9538 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.6", + "protocol/go": "0.2.7", "sdk": "0.2.9", "service": "0.4.8" } diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index f2331056d..d1e2e6389 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.7](https://github.com/opentdf/platform/compare/protocol/go/v0.2.6...protocol/go/v0.2.7) (2024-07-03) + + +### Bug Fixes + +* **policy:** unsafe service attribute update should allow empty names for PATCH-style API ([#1094](https://github.com/opentdf/platform/issues/1094)) ([3c56d0f](https://github.com/opentdf/platform/commit/3c56d0f4ebbda81bf6ca6924176885d93faed48b)) + ## [0.2.6](https://github.com/opentdf/platform/compare/protocol/go/v0.2.5...protocol/go/v0.2.6) (2024-07-02)