Skip to content

Commit 6a5827d

Browse files
chore(release): release service 0.11.6 (#2920)
🤖 I have created a release *beep* *boop* --- ## [0.11.6](service/v0.11.5...service/v0.11.6) (2025-11-19) ### Bug Fixes * **kas:** Ensure root key is not logged. [backport to release/service/v0.11] ([#2919](#2919)) ([2374a51](2374a51)) --- 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 2374a51 commit 6a5827d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"lib/identifier": "0.2.0",
66
"protocol/go": "0.13.0",
77
"sdk": "0.10.0",
8-
"service": "0.11.5"
8+
"service": "0.11.6"
99
}

service/CHANGELOG.md

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

3+
## [0.11.6](https://github.com/opentdf/platform/compare/service/v0.11.5...service/v0.11.6) (2025-11-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **kas:** Ensure root key is not logged. [backport to release/service/v0.11] ([#2919](https://github.com/opentdf/platform/issues/2919)) ([2374a51](https://github.com/opentdf/platform/commit/2374a51e564eb6a628c11ef9a5886ce0ca92d5f2))
9+
310
## [0.11.5](https://github.com/opentdf/platform/compare/service/v0.11.4...service/v0.11.5) (2025-11-17)
411

512

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.11.5" // Service Version // x-release-please-version
5+
const Version = "0.11.6" // Service Version // x-release-please-version
66

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

0 commit comments

Comments
 (0)