Skip to content

Commit 32e232b

Browse files
chore(main): release sdk 0.8.0
1 parent b511048 commit 32e232b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.8.0",
7-
"sdk": "0.7.0",
7+
"sdk": "0.8.0",
88
"service": "0.9.0"
99
}

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.8.0](https://github.com/opentdf/platform/compare/sdk/v0.7.0...sdk/v0.8.0) (2025-09-08)
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/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))
15+
316
## [0.7.0](https://github.com/opentdf/platform/compare/sdk/v0.6.1...sdk/v0.7.0) (2025-08-25)
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.7.0" // x-release-please-version
10+
Version = "0.8.0" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)