diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index 4a5fbbc4ed..3ade30a45a 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -3,7 +3,7 @@ "lib/ocrypto": "0.12.0", "lib/flattening": "0.1.3", "lib/identifier": "0.4.0", - "otdfctl": "0.33.0", + "otdfctl": "0.34.0", "protocol/go": "0.34.0", "sdk": "0.22.0", "service": "0.17.0" diff --git a/otdfctl/CHANGELOG.md b/otdfctl/CHANGELOG.md index c6b72ba222..f42cb15023 100644 --- a/otdfctl/CHANGELOG.md +++ b/otdfctl/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.34.0](https://github.com/opentdf/platform/compare/otdfctl/v0.33.0...otdfctl/v0.34.0) (2026-06-18) + + +### Features + +* **cli:** Add search to cli ([#3616](https://github.com/opentdf/platform/issues/3616)) ([1fb2549](https://github.com/opentdf/platform/commit/1fb2549a637af313cc4bd279b39f89d95d77a4b4)) +* **cli:** DSPX-2998 namespace flags for resource mapping commands ([#3576](https://github.com/opentdf/platform/issues/3576)) ([beaaac5](https://github.com/opentdf/platform/commit/beaaac5e0abe3cd2f4e68e254c2ddf214b319698)) +* **core:** Disable pq algorithms due to format change ([#3625](https://github.com/opentdf/platform/issues/3625)) ([4a7353d](https://github.com/opentdf/platform/commit/4a7353d440635e83a8819676b028b257fa49f62e)) + + +### Bug Fixes + +* **cli:** fix the get key command. ([#3598](https://github.com/opentdf/platform/issues/3598)) ([6f832d6](https://github.com/opentdf/platform/commit/6f832d6fa6505083316897cc630c36d6e3ba2467)) + ## [0.33.0](https://github.com/opentdf/platform/compare/otdfctl/v0.32.0...otdfctl/v0.33.0) (2026-06-09) diff --git a/otdfctl/pkg/config/config.go b/otdfctl/pkg/config/config.go index 7724d8ade5..38e11d6bce 100644 --- a/otdfctl/pkg/config/config.go +++ b/otdfctl/pkg/config/config.go @@ -8,7 +8,7 @@ var ( // config file naming and in the profile store AppName = "otdfctl" - Version = "0.33.0" // x-release-please-version + Version = "0.34.0" // x-release-please-version BuildTime = "1970-01-01T00:00:00Z" CommitSha = "0000000"