diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a865b0877..cc7071809 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 63d6004ce..baeb36e0b 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -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) diff --git a/service/cmd/version.go b/service/cmd/version.go index 3b9114c30..436f9c359 100644 --- a/service/cmd/version.go +++ b/service/cmd/version.go @@ -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{