Skip to content

Commit

Permalink
chore: Bump to version 1.40.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Scribd Bot committed Nov 22, 2024
1 parent 0e80b51 commit a39280c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.40.0](https://github.com/scribd/go-sdk/compare/v1.39.0...v1.40.0) (2024-11-22)


### Features

* Add ability to set DB to SQS subscriber context ([a12605e](https://github.com/scribd/go-sdk/commit/a12605ec070077a65badca887da7206c667f7eae))

# [1.39.0](https://github.com/scribd/go-sdk/compare/v1.38.0...v1.39.0) (2024-11-11)


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.39.0"
var Version = "1.40.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.39.0")
assert.Equal(t, Version, "1.40.0")
}

0 comments on commit a39280c

Please sign in to comment.