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.2"
"service": "0.11.3"
}
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.11.3](https://github.com/opentdf/platform/compare/service/v0.11.2...service/v0.11.3) (2025-11-07)


### Features

* **kas:** Add nano policy binding to rewrap audit. [backport to release/service/v0.11] ([#2880](https://github.com/opentdf/platform/issues/2880)) ([d8558f3](https://github.com/opentdf/platform/commit/d8558f3236d4f3026138824adafc39cb070bdadf))


### Bug Fixes

* **authz:** if entity identifier results in multiple representations, treat with AND in resource decision results [backport to release/service/v0.11] ([#2887](https://github.com/opentdf/platform/issues/2887)) ([f772064](https://github.com/opentdf/platform/commit/f772064f4588f4e8d4c3fe94c481c72b2c8c1fd0))
* **kas:** populate rewrap audit log [backport to release/service/v0.11] ([#2867](https://github.com/opentdf/platform/issues/2867)) ([f460972](https://github.com/opentdf/platform/commit/f460972992fe349ed559271e6391ab8202521822))

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


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

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