We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e80b51 commit a39280cCopy full SHA for a39280c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.40.0](https://github.com/scribd/go-sdk/compare/v1.39.0...v1.40.0) (2024-11-22)
2
+
3
4
+### Features
5
6
+* Add ability to set DB to SQS subscriber context ([a12605e](https://github.com/scribd/go-sdk/commit/a12605ec070077a65badca887da7206c667f7eae))
7
8
# [1.39.0](https://github.com/scribd/go-sdk/compare/v1.38.0...v1.39.0) (2024-11-11)
9
10
pkg/version/version.go
@@ -1,4 +1,4 @@
package version
// The SDK version number.
-var Version = "1.39.0"
+var Version = "1.40.0"
pkg/version/version_test.go
@@ -7,5 +7,5 @@ import (
)
func TestVersion(t *testing.T) {
- assert.Equal(t, Version, "1.39.0")
+ assert.Equal(t, Version, "1.40.0")
11
}
0 commit comments