Skip to content

Commit 0a7590d

Browse files
chore(main): release sdk 0.26.0
1 parent 5726720 commit 0a7590d

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.34.0",
77
"protocol/go": "0.36.0",
8-
"sdk": "0.25.0",
8+
"sdk": "0.26.0",
99
"service": "0.19.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.26.0](https://github.com/opentdf/platform/compare/sdk/v0.25.0...sdk/v0.26.0) (2026-07-01)
4+
5+
6+
### Features
7+
8+
* **policy:** add narrow attribute read API protos and generated code ([#3634](https://github.com/opentdf/platform/issues/3634)) ([5726720](https://github.com/opentdf/platform/commit/572672007abd7e0a3598f8303661487cfb0d2db5))
9+
310
## [0.25.0](https://github.com/opentdf/platform/compare/sdk/v0.24.0...sdk/v0.25.0) (2026-06-29)
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.25.0" // x-release-please-version
10+
Version = "0.26.0" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)