Skip to content

Commit bc49b52

Browse files
author
Scribd Bot
committed
chore: Bump to version 1.31.0 [skip ci]
1 parent cdb60e5 commit bc49b52

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.31.0](https://github.com/scribd/go-sdk/compare/v1.30.0...v1.31.0) (2024-04-24)
2+
3+
4+
### Features
5+
6+
* Create instrumented AWS v2 client ([d74b563](https://github.com/scribd/go-sdk/commit/d74b5633932eba62fbf1930d2bea50ea98ae56c1))
7+
* Use AWS version 2 to get the AWS credentials for AWS MSK ([a8aebc8](https://github.com/scribd/go-sdk/commit/a8aebc86491ad5ba768e7141b452a7ba6eff2f6c))
8+
19
# [1.30.0](https://github.com/scribd/go-sdk/compare/v1.29.0...v1.30.0) (2024-04-23)
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.30.0"
4+
var Version = "1.31.0"

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.30.0")
10+
assert.Equal(t, Version, "1.31.0")
1111
}

0 commit comments

Comments
 (0)