Skip to content

Commit 6f0e708

Browse files
chore(release/service/v0.7): release service 0.7.1 (#2496)
🤖 I have created a release *beep* *boop* --- ## [0.7.1](service/v0.7.0...service/v0.7.1) (2025-06-27) ### Bug Fixes * add back grants to listAttributesByDefOrValueFqns [backport to release/service/v0.7] ([#2495](#2495)) ([3d7e7dd](3d7e7dd)) --- 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 6b0f830 commit 6f0e708

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.0.2",
66
"protocol/go": "0.5.0",
77
"sdk": "0.5.0",
8-
"service": "0.7.0"
8+
"service": "0.7.1"
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.7.1](https://github.com/opentdf/platform/compare/service/v0.7.0...service/v0.7.1) (2025-06-27)
4+
5+
6+
### Bug Fixes
7+
8+
* add back grants to listAttributesByDefOrValueFqns [backport to release/service/v0.7] ([#2495](https://github.com/opentdf/platform/issues/2495)) ([3d7e7dd](https://github.com/opentdf/platform/commit/3d7e7dd200362e295ec3d9d30100356eb68e7219))
9+
310
## [0.7.0](https://github.com/opentdf/platform/compare/service/v0.6.0...service/v0.7.0) (2025-06-24)
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.7.0" // Service Version // x-release-please-version
5+
const Version = "0.7.1" // Service Version // x-release-please-version
66

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

0 commit comments

Comments
 (0)