Skip to content

Commit e8e8e19

Browse files
chore(main): release sdk 0.12.0
1 parent c354fd3 commit e8e8e19

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"lib/flattening": "0.1.3",
55
"lib/identifier": "0.2.0",
66
"protocol/go": "0.14.0",
7-
"sdk": "0.11.0",
7+
"sdk": "0.12.0",
88
"service": "0.11.0"
99
}

sdk/CHANGELOG.md

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

3+
## [0.12.0](https://github.com/opentdf/platform/compare/sdk/v0.11.0...sdk/v0.12.0) (2026-01-14)
4+
5+
6+
### Features
7+
8+
* **sdk:** expose base key API ([#3000](https://github.com/opentdf/platform/issues/3000)) ([67de794](https://github.com/opentdf/platform/commit/67de794721ccb7e5f93454043409dff1619fe42c))
9+
310
## [0.11.0](https://github.com/opentdf/platform/compare/sdk/v0.10.0...sdk/v0.11.0) (2026-01-06)
411

512

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.11.0" // x-release-please-version
10+
Version = "0.12.0" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)