Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"lib/flattening": "0.1.3",
"lib/identifier": "0.1.0",
"protocol/go": "0.11.0",
"sdk": "0.7.0",
"sdk": "0.8.0",
"service": "0.10.0"
}
17 changes: 17 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.8.0](https://github.com/opentdf/platform/compare/sdk/v0.7.0...sdk/v0.8.0) (2025-09-19)


### Features

* **policy:** obligations + values CRUD ([#2545](https://github.com/opentdf/platform/issues/2545)) ([c194e35](https://github.com/opentdf/platform/commit/c194e3522b9dfab74a5a21747d012f88a188f989))


### Bug Fixes

* **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))
* **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))
* **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))
* **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))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.9.0 to 0.10.0 in /sdk ([#2737](https://github.com/opentdf/platform/issues/2737)) ([f4a8d1d](https://github.com/opentdf/platform/commit/f4a8d1df1ddf1869cac750de344ae14710f70b1d))
* **sdk:** newGranter nil check ([#2729](https://github.com/opentdf/platform/issues/2729)) ([a1bebc5](https://github.com/opentdf/platform/commit/a1bebc509083d27cd6e920e7305606ae2d8bf12b))

## [0.7.0](https://github.com/opentdf/platform/compare/sdk/v0.6.1...sdk/v0.7.0) (2025-08-25)


Expand Down
2 changes: 1 addition & 1 deletion sdk/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ const (
TDFSpecVersion = "4.3.0"

// The three-part semantic version number of this SDK
Version = "0.7.0" // x-release-please-version
Version = "0.8.0" // x-release-please-version
)
Loading