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.2] ( https://github.com/scribd/go-sdk/compare/v1.36.1...v1.36.2 ) (2024-07-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Register txdb driver using the sqltrace library ([ ef19bc3] ( https://github.com/scribd/go-sdk/commit/ef19bc3db89ca887c560c650e5aea1f9c24a49a0 ) )
7
+ * Remove ambiguous credentials configuration from the AWS root configuration ([ a8155ab] ( https://github.com/scribd/go-sdk/commit/a8155abf996ea30f5e52dadf5680672f66939464 ) )
8
+
1
9
## [ 1.36.1] ( https://github.com/scribd/go-sdk/compare/v1.36.0...v1.36.1 ) (2024-07-03)
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.36.1 "
4
+ var Version = "1.36.2 "
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.36.1 " )
10
+ assert .Equal (t , Version , "1.36.2 " )
11
11
}
You can’t perform that action at this time.
0 commit comments