Skip to content

Commit c890be0

Browse files
chore(main): release service 0.4.40
1 parent c79fe0d commit c890be0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.29",
7-
"service": "0.4.39"
7+
"service": "0.4.40"
88
}

service/CHANGELOG.md

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

3+
## [0.4.40](https://github.com/opentdf/platform/compare/service/v0.4.39...service/v0.4.40) (2025-03-10)
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:** Autobump service ([#1976](https://github.com/opentdf/platform/issues/1976)) ([c79fe0d](https://github.com/opentdf/platform/commit/c79fe0daf4742277e7cd177cf6ca565cbe3c9e47))
10+
* **core:** Fixes merge fail in bulk logic ([#1966](https://github.com/opentdf/platform/issues/1966)) ([c93bf62](https://github.com/opentdf/platform/commit/c93bf62c8fc39bf5c4f64386f37067e689024001))
11+
* **policy:** remove new public keys rpc's ([#1962](https://github.com/opentdf/platform/issues/1962)) ([5049bab](https://github.com/opentdf/platform/commit/5049baba20ddcefa40c280a18e5dd8ef754b7e22))
12+
* Service utilize `httputil.SafeHttpClient` ([#1926](https://github.com/opentdf/platform/issues/1926)) ([af32700](https://github.com/opentdf/platform/commit/af32700d37af4a8b2b354aefad56f05781e4ecd1))
13+
314
## [0.4.39](https://github.com/opentdf/platform/compare/service/v0.4.38...service/v0.4.39) (2025-02-27)
415

516

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)