diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index 6355c01b76..8ff661e9a0 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -4,7 +4,7 @@ "lib/flattening": "0.1.3", "lib/identifier": "0.4.0", "otdfctl": "0.33.0", - "protocol/go": "0.34.0", + "protocol/go": "0.35.0", "sdk": "0.24.0", "service": "0.18.0" } \ No newline at end of file diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index af738f0d2b..323ad9fd31 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.35.0](https://github.com/opentdf/platform/compare/protocol/go/v0.34.0...protocol/go/v0.35.0) (2026-06-25) + + +### Bug Fixes + +* **policy:** undo Condition.operator deprecation ([#3668](https://github.com/opentdf/platform/issues/3668)) ([917f66a](https://github.com/opentdf/platform/commit/917f66a3dc3fa4df63d9b1a901ff75d88234d3f2)) + ## [0.34.0](https://github.com/opentdf/platform/compare/protocol/go/v0.33.0...protocol/go/v0.34.0) (2026-06-17)