Skip to content

Commit c1c0d00

Browse files
author
Scribd Bot
committed
chore: Bump to version 1.36.2 [skip ci]
1 parent 976f883 commit c1c0d00

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
## [1.36.1](https://github.com/scribd/go-sdk/compare/v1.36.0...v1.36.1) (2024-07-03)
210

311

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// The SDK version number.
4-
var Version = "1.36.1"
4+
var Version = "1.36.2"

pkg/version/version_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import (
77
)
88

99
func TestVersion(t *testing.T) {
10-
assert.Equal(t, Version, "1.36.1")
10+
assert.Equal(t, Version, "1.36.2")
1111
}

0 commit comments

Comments
 (0)