Skip to content

Commit

Permalink
chore: Bump to version 1.31.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Scribd Bot committed Apr 24, 2024
1 parent cdb60e5 commit bc49b52
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.31.0](https://github.com/scribd/go-sdk/compare/v1.30.0...v1.31.0) (2024-04-24)


### Features

* Create instrumented AWS v2 client ([d74b563](https://github.com/scribd/go-sdk/commit/d74b5633932eba62fbf1930d2bea50ea98ae56c1))
* Use AWS version 2 to get the AWS credentials for AWS MSK ([a8aebc8](https://github.com/scribd/go-sdk/commit/a8aebc86491ad5ba768e7141b452a7ba6eff2f6c))

# [1.30.0](https://github.com/scribd/go-sdk/compare/v1.29.0...v1.30.0) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// The SDK version number.
var Version = "1.30.0"
var Version = "1.31.0"
2 changes: 1 addition & 1 deletion pkg/version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import (
)

func TestVersion(t *testing.T) {
assert.Equal(t, Version, "1.30.0")
assert.Equal(t, Version, "1.31.0")
}

0 comments on commit bc49b52

Please sign in to comment.