File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5
5
"lib/identifier" : " 0.0.2" ,
6
6
"protocol/go" : " 0.7.0" ,
7
7
"sdk" : " 0.7.0" ,
8
- "service" : " 0.9 .0"
8
+ "service" : " 0.10 .0"
9
9
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.10.0] ( https://github.com/opentdf/platform/compare/service/v0.9.0...service/v0.10.0 ) (2025-09-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** core:** Bump default write timeout. ([ #2671 ] ( https://github.com/opentdf/platform/issues/2671 ) ) ([ 6a233c1] ( https://github.com/opentdf/platform/commit/6a233c1f16c1a7ea3b059906eb0a489e06544134 ) )
9
+
3
10
## [ 0.9.0] ( https://github.com/opentdf/platform/compare/service/v0.8.0...service/v0.9.0 ) (2025-08-27)
4
11
5
12
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package cmd
2
2
3
3
import "github.com/spf13/cobra"
4
4
5
- const Version = "0.9 .0" // Service Version // x-release-please-version
5
+ const Version = "0.10 .0" // Service Version // x-release-please-version
6
6
7
7
func init () {
8
8
rootCmd .AddCommand (& cobra.Command {
You can’t perform that action at this time.
0 commit comments