Skip to content

Commit 7c12f08

Browse files
chore(main): release service 0.4.40
1 parent 7258f5d commit 7c12f08

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"lib/flattening": "0.1.3",
55
"protocol/go": "0.2.29",
66
"sdk": "0.3.28",
7-
"service": "0.4.39"
7+
"service": "0.4.40"
88
}

service/CHANGELOG.md

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

3+
## [0.4.40](https://github.com/opentdf/platform/compare/service/v0.4.39...service/v0.4.40) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** Autobump service ([#1970](https://github.com/opentdf/platform/issues/1970)) ([c0bbb11](https://github.com/opentdf/platform/commit/c0bbb11042b7cae5317e19e8e8333d4eff2008c8))
9+
* **core:** Fixes merge fail in bulk logic ([#1966](https://github.com/opentdf/platform/issues/1966)) ([c93bf62](https://github.com/opentdf/platform/commit/c93bf62c8fc39bf5c4f64386f37067e689024001))
10+
* **policy:** remove new public keys rpc's ([#1962](https://github.com/opentdf/platform/issues/1962)) ([5049bab](https://github.com/opentdf/platform/commit/5049baba20ddcefa40c280a18e5dd8ef754b7e22))
11+
* Service utilize `httputil.SafeHttpClient` ([#1926](https://github.com/opentdf/platform/issues/1926)) ([af32700](https://github.com/opentdf/platform/commit/af32700d37af4a8b2b354aefad56f05781e4ecd1))
12+
313
## [0.4.39](https://github.com/opentdf/platform/compare/service/v0.4.38...service/v0.4.39) (2025-02-27)
414

515

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

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

0 commit comments

Comments
 (0)