Skip to content

Commit

Permalink
chore(main): release service 0.4.37
Browse files Browse the repository at this point in the history
  • Loading branch information
opentdf-automation[bot] authored Jan 9, 2025
1 parent 987b11f commit 169e6c6
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -4,5 +4,5 @@
"lib/flattening": "0.1.3",
"protocol/go": "0.2.22",
"sdk": "0.3.25",
"service": "0.4.36"
"service": "0.4.37"
}
12 changes: 12 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* **core:** Expose version info ([#1841](https://github.com/opentdf/platform/issues/1841)) ([92a9f5e](https://github.com/opentdf/platform/commit/92a9f5eab3f2372990b86df6a22ad209eed1a0f9))


### Bug Fixes

* **core:** Correct length of GetDecision response array ([#1839](https://github.com/opentdf/platform/issues/1839)) ([85ce9b6](https://github.com/opentdf/platform/commit/85ce9b60bda1c105f758399de7e209f8ce3c33ac))

## [0.4.36](https://github.com/opentdf/platform/compare/service/v0.4.35...service/v0.4.36) (2025-01-03)


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.36" // Service Version // x-release-please-version
const Version = "0.4.37" // Service Version // x-release-please-version

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

0 comments on commit 169e6c6

Please sign in to comment.