Skip to content

Commit 5841bbe

Browse files
chore(main): release sdk 0.23.0 (#3639)
🤖 I have created a release *beep* *boop* --- ## [0.23.0](sdk/v0.22.0...sdk/v0.23.0) (2026-06-18) ### Features * **sdk:** DSPX-2754 add DynamicValueMapping service client wrapper ([#3635](#3635)) ([4acf0ca](4acf0ca)) --- 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 beaaac5 commit 5841bbe

3 files changed

Lines changed: 9 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.34.0",
8-
"sdk": "0.22.0",
8+
"sdk": "0.23.0",
99
"service": "0.17.0"
1010
}

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.23.0](https://github.com/opentdf/platform/compare/sdk/v0.22.0...sdk/v0.23.0) (2026-06-18)
4+
5+
6+
### Features
7+
8+
* **sdk:** DSPX-2754 add DynamicValueMapping service client wrapper ([#3635](https://github.com/opentdf/platform/issues/3635)) ([4acf0ca](https://github.com/opentdf/platform/commit/4acf0caea4d601fb372efcf663793af8395a9e78))
9+
310
## [0.22.0](https://github.com/opentdf/platform/compare/sdk/v0.21.0...sdk/v0.22.0) (2026-06-15)
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.22.0" // x-release-please-version
10+
Version = "0.23.0" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)