Skip to content

Commit 0e19b23

Browse files
chore(main): release sdk 0.8.0
1 parent a1bebc5 commit 0e19b23

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.0.2",
66
"protocol/go": "0.10.0",
7-
"sdk": "0.7.0",
7+
"sdk": "0.8.0",
88
"service": "0.9.0"
99
}

sdk/CHANGELOG.md

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

3+
## [0.8.0](https://github.com/opentdf/platform/compare/sdk/v0.7.0...sdk/v0.8.0) (2025-09-17)
4+
5+
6+
### Features
7+
8+
* **policy:** obligations + values CRUD ([#2545](https://github.com/opentdf/platform/issues/2545)) ([c194e35](https://github.com/opentdf/platform/commit/c194e3522b9dfab74a5a21747d012f88a188f989))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.3.0 to 0.5.0 in /sdk ([#2693](https://github.com/opentdf/platform/issues/2693)) ([b511048](https://github.com/opentdf/platform/commit/b5110481d28e05c0e1fd3b2bf6074d7f096a0356))
14+
* **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.5.0 to 0.6.0 in /sdk ([#2712](https://github.com/opentdf/platform/issues/2712)) ([74956bf](https://github.com/opentdf/platform/commit/74956bf58822eba432e746374a60b51fdc43cded))
15+
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.7.0 to 0.8.0 in /sdk ([#2692](https://github.com/opentdf/platform/issues/2692)) ([fac2ef2](https://github.com/opentdf/platform/commit/fac2ef2a1dcbb4ee1e4ca5a2638febebf9f343f5))
16+
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.8.0 to 0.9.0 in /sdk ([#2724](https://github.com/opentdf/platform/issues/2724)) ([e07cc91](https://github.com/opentdf/platform/commit/e07cc916460daa24db24969cef8ecd36bec4d6a4))
17+
* **sdk:** newGranter nil check ([#2729](https://github.com/opentdf/platform/issues/2729)) ([a1bebc5](https://github.com/opentdf/platform/commit/a1bebc509083d27cd6e920e7305606ae2d8bf12b))
18+
319
## [0.7.0](https://github.com/opentdf/platform/compare/sdk/v0.6.1...sdk/v0.7.0) (2025-08-25)
420

521

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

0 commit comments

Comments
 (0)