Skip to content

Commit 0ac621a

Browse files
chore(main): release sdk 0.25.0 (#3680)
🤖 I have created a release *beep* *boop* --- ## [0.25.0](sdk/v0.24.0...sdk/v0.25.0) (2026-06-29) ### Features * **kas:** Adds FIPS-203 wrap with ML-KEM-768/1024 ([#3652](#3652)) ([06f30ef](06f30ef)) ### Bug Fixes * **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.13.0 to 0.14.0 in /sdk ([#3684](#3684)) ([78366f7](78366f7)) * **deps:** bump github.com/opentdf/platform/protocol/go from 0.34.0 to 0.36.0 in /sdk ([#3681](#3681)) ([b6cc5cd](b6cc5cd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent 78366f7 commit 0ac621a

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.github/release-please/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"lib/identifier": "0.4.0",
66
"otdfctl": "0.33.0",
77
"protocol/go": "0.36.0",
8-
"sdk": "0.24.0",
8+
"sdk": "0.25.0",
99
"service": "0.18.0"
1010
}

sdk/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.25.0](https://github.com/opentdf/platform/compare/sdk/v0.24.0...sdk/v0.25.0) (2026-06-29)
4+
5+
6+
### Features
7+
8+
* **kas:** Adds FIPS-203 wrap with ML-KEM-768/1024 ([#3652](https://github.com/opentdf/platform/issues/3652)) ([06f30ef](https://github.com/opentdf/platform/commit/06f30ef7f2eb6a5dce587efa906d4bd70b7cd8dc))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.13.0 to 0.14.0 in /sdk ([#3684](https://github.com/opentdf/platform/issues/3684)) ([78366f7](https://github.com/opentdf/platform/commit/78366f7c9c6f4ef251aa0b1084533580843fb942))
14+
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.34.0 to 0.36.0 in /sdk ([#3681](https://github.com/opentdf/platform/issues/3681)) ([b6cc5cd](https://github.com/opentdf/platform/commit/b6cc5cda2ea9bc6a74f53c1ecf5de71aed514e13))
15+
316
## [0.24.0](https://github.com/opentdf/platform/compare/sdk/v0.23.0...sdk/v0.24.0) (2026-06-23)
417

518

sdk/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ const (
77
TDFSpecVersion = "4.3.0"
88

99
// The three-part semantic version number of this SDK
10-
Version = "0.24.0" // x-release-please-version
10+
Version = "0.25.0" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)