Skip to content

Commit c9194bc

Browse files
author
Scribd Bot
committed
chore: Bump to version 1.39.0 [skip ci]
1 parent b4eaef5 commit c9194bc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.39.0](https://github.com/scribd/go-sdk/compare/v1.38.0...v1.39.0) (2024-11-11)
2+
3+
4+
### Features
5+
6+
* **PubSub:** Add go-kit SQS transport functions ([a9f9f67](https://github.com/scribd/go-sdk/commit/a9f9f67a99f6fe9bb927a221ed0f677b6db0c00b))
7+
* **PubSub:** Add SQS configuration ([0afe635](https://github.com/scribd/go-sdk/commit/0afe635b2ff67d5d2bbfc61683112a2e3d4c6f13))
8+
* **PubSub:** Add SQS PubSub wrappers ([fda81ed](https://github.com/scribd/go-sdk/commit/fda81ed81e87968bb03c98f9f650d2b60a43bfd5))
9+
* Upgrade aws-sdk-go-v2 to latest version ([367889a](https://github.com/scribd/go-sdk/commit/367889aee6e14d45730bd4b7ed5c59981097cd51))
10+
111
# [1.38.0](https://github.com/scribd/go-sdk/compare/v1.37.0...v1.38.0) (2024-08-22)
212

313

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.38.0"
4+
var Version = "1.39.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.38.0")
10+
assert.Equal(t, Version, "1.39.0")
1111
}

0 commit comments

Comments
 (0)