Skip to content

Commit 8f9b390

Browse files
chore(main): release service 0.4.37 (#1843)
🤖 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>
1 parent b0170f4 commit 8f9b390

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"lib/flattening": "0.1.3",
55
"protocol/go": "0.2.22",
66
"sdk": "0.3.25",
7-
"service": "0.4.36"
7+
"service": "0.4.37"
88
}

service/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.4.37](https://github.com/opentdf/platform/compare/service/v0.4.36...service/v0.4.37) (2025-01-09)
4+
5+
6+
### Features
7+
8+
* **core:** Expose version info ([#1841](https://github.com/opentdf/platform/issues/1841)) ([92a9f5e](https://github.com/opentdf/platform/commit/92a9f5eab3f2372990b86df6a22ad209eed1a0f9))
9+
10+
11+
### Bug Fixes
12+
13+
* **core:** Correct length of GetDecision response array ([#1839](https://github.com/opentdf/platform/issues/1839)) ([85ce9b6](https://github.com/opentdf/platform/commit/85ce9b60bda1c105f758399de7e209f8ce3c33ac))
14+
* **core:** Return deny decision for empty entity chains ([#1846](https://github.com/opentdf/platform/issues/1846)) ([1e8b6a5](https://github.com/opentdf/platform/commit/1e8b6a5b444bd1aaaabf1de0a64778d3f992ee52))
15+
316
## [0.4.36](https://github.com/opentdf/platform/compare/service/v0.4.35...service/v0.4.36) (2025-01-03)
417

518

service/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package cmd
22

33
import "github.com/spf13/cobra"
44

5-
const Version = "0.4.36" // Service Version // x-release-please-version
5+
const Version = "0.4.37" // Service Version // x-release-please-version
66

77
func init() {
88
rootCmd.AddCommand(&cobra.Command{

0 commit comments

Comments
 (0)