File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.36.0] ( https://github.com/scribd/go-sdk/compare/v1.35.0...v1.36.0 ) (2024-07-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add MySQL driver tracing ([ fc38460] ( https://github.com/scribd/go-sdk/commit/fc38460bc5346162cffd3533d2e64a6d3cc2b4b8 ) )
7
+ * Upgrade franz-go to v1.17.0 ([ 02cc344] ( https://github.com/scribd/go-sdk/commit/02cc344bd9468e1bf39e90e560f58ee6266ca153 ) )
8
+
1
9
# [ 1.35.0] ( https://github.com/scribd/go-sdk/compare/v1.34.0...v1.35.0 ) (2024-06-20)
2
10
3
11
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
// The SDK version number.
4
- var Version = "1.35 .0"
4
+ var Version = "1.36 .0"
Original file line number Diff line number Diff line change 7
7
)
8
8
9
9
func TestVersion (t * testing.T ) {
10
- assert .Equal (t , Version , "1.35 .0" )
10
+ assert .Equal (t , Version , "1.36 .0" )
11
11
}
You can’t perform that action at this time.
0 commit comments