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 .github/release-please/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"lib/identifier": "0.2.0",
"protocol/go": "0.13.0",
"sdk": "0.10.0",
"service": "0.11.1"
"service": "0.11.2"
}
9 changes: 9 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.11.2](https://github.com/opentdf/platform/compare/service/v0.11.1...service/v0.11.2) (2025-10-30)


### Bug Fixes

* **authz:** obligations should be logged to audit but not returned when not entitled [backport to release/service/v0.11] ([#2855](https://github.com/opentdf/platform/issues/2855)) ([ca67239](https://github.com/opentdf/platform/commit/ca672393f2fca34c1aa4ed7190329590ef8f86b4))
* **core:** Let default basic keymanager work again [backport to release/service/v0.11] ([#2859](https://github.com/opentdf/platform/issues/2859)) ([ba37f2a](https://github.com/opentdf/platform/commit/ba37f2ad32618f6deb9f8ac583ed56cc0da62b86))
* **deps:** bump toolchain to go1.24.9 for CVEs found by govulncheck [backport to release/service/v0.11] ([#2850](https://github.com/opentdf/platform/issues/2850)) ([7abd272](https://github.com/opentdf/platform/commit/7abd272e8e03a6ef62b6819f71b79bfa5d38bb23))

## [0.11.1](https://github.com/opentdf/platform/compare/service/v0.11.0...service/v0.11.1) (2025-10-29)


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

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