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 .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"lib/flattening": "0.1.3",
"protocol/go": "0.2.23",
"sdk": "0.3.26",
"service": "0.4.37"
"service": "0.4.38"
}
14 changes: 14 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.4.38](https://github.com/opentdf/platform/compare/service/v0.4.37...service/v0.4.38) (2025-01-21)


### Features

* **core:** adds bulk rewrap to sdk and service ([#1835](https://github.com/opentdf/platform/issues/1835)) ([11698ae](https://github.com/opentdf/platform/commit/11698ae18f66282980a7822dd145e3896c2b605c))


### Bug Fixes

* **core:** Autobump service ([#1864](https://github.com/opentdf/platform/issues/1864)) ([f9d149b](https://github.com/opentdf/platform/commit/f9d149b78ff1425d8f376e05ea93793e319d1354))
* **core:** Autobump service ([#1867](https://github.com/opentdf/platform/issues/1867)) ([b8f5101](https://github.com/opentdf/platform/commit/b8f5101efa08087c7e1de534b4aa607811f7df93))
* **core:** reduces GetAttributeValuesByFqns calls in getDecisions ([#1857](https://github.com/opentdf/platform/issues/1857)) ([5379baf](https://github.com/opentdf/platform/commit/5379baf9701d1ae1168e8fc6b51a9c80bc9d2773))

## [0.4.37](https://github.com/opentdf/platform/compare/service/v0.4.36...service/v0.4.37) (2025-01-09)


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

import "github.com/spf13/cobra"

const Version = "0.4.37" // Service Version // x-release-please-version
const Version = "0.4.38" // Service Version // x-release-please-version

func init() {
rootCmd.AddCommand(&cobra.Command{
Expand Down
Loading