Skip to content

Commit 0f001fb

Browse files
chore(release/service/v0.7): release service 0.7.2 (#2524)
🤖 I have created a release *beep* *boop* --- ## [0.7.2](service/v0.7.1...service/v0.7.2) (2025-07-01) ### Features * **core:** Add the ability to configure the http server settings [backport to release/service/v0.7] ([#2523](#2523)) ([2518049](2518049)) --- 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 2518049 commit 0f001fb

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.1"
8+
"service": "0.7.2"
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.2](https://github.com/opentdf/platform/compare/service/v0.7.1...service/v0.7.2) (2025-07-01)
4+
5+
6+
### Features
7+
8+
* **core:** Add the ability to configure the http server settings [backport to release/service/v0.7] ([#2523](https://github.com/opentdf/platform/issues/2523)) ([2518049](https://github.com/opentdf/platform/commit/25180492b8770e510bf29c8690f1c47158a25e52))
9+
310
## [0.7.1](https://github.com/opentdf/platform/compare/service/v0.7.0...service/v0.7.1) (2025-06-27)
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.1" // Service Version // x-release-please-version
5+
const Version = "0.7.2" // Service Version // x-release-please-version
66

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

0 commit comments

Comments
 (0)