Skip to content

Commit

Permalink
chore(main): release sdk 0.3.25 (#1848)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.3.25](sdk/v0.3.24...sdk/v0.3.25)
(2025-01-08)


### Bug Fixes

* **sdk:** Version config fix
([#1847](#1847))
([be5d817](be5d817))

---
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>
  • Loading branch information
opentdf-automation[bot] authored Jan 9, 2025
1 parent 700b94d commit 987b11f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"lib/ocrypto": "0.1.7",
"lib/flattening": "0.1.3",
"protocol/go": "0.2.22",
"sdk": "0.3.24",
"sdk": "0.3.25",
"service": "0.4.36"
}
7 changes: 7 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.25](https://github.com/opentdf/platform/compare/sdk/v0.3.24...sdk/v0.3.25) (2025-01-08)


### Bug Fixes

* **sdk:** Version config fix ([#1847](https://github.com/opentdf/platform/issues/1847)) ([be5d817](https://github.com/opentdf/platform/commit/be5d81777c08264d7fec80064b86a02bc4532229))

## [0.3.24](https://github.com/opentdf/platform/compare/sdk/v0.3.23...sdk/v0.3.24) (2025-01-08)


Expand Down
2 changes: 1 addition & 1 deletion sdk/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package sdk

const (
Version = "0.3.24" // SDK version // x-release-please-version
Version = "0.3.25" // SDK version // x-release-please-version
TDFSpecVersion = "4.2.2" // Vesion of TDF Spec currently targeted by the SDK
)

0 comments on commit 987b11f

Please sign in to comment.