Skip to content

Commit

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


##
[0.4.37](service/v0.4.36...service/v0.4.37)
(2025-01-09)


### Features

* **core:** Expose version info
([#1841](#1841))
([92a9f5e](92a9f5e))


### Bug Fixes

* **core:** Correct length of GetDecision response array
([#1839](#1839))
([85ce9b6](85ce9b6))
* **core:** Return deny decision for empty entity chains
([#1846](#1846))
([1e8b6a5](1e8b6a5))

---
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 b0170f4 commit 8f9b390
Show file tree
Hide file tree
Showing 3 changed files with 15 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"
}
13 changes: 13 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 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))
* **core:** Return deny decision for empty entity chains ([#1846](https://github.com/opentdf/platform/issues/1846)) ([1e8b6a5](https://github.com/opentdf/platform/commit/1e8b6a5b444bd1aaaabf1de0a64778d3f992ee52))

## [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 8f9b390

Please sign in to comment.