Skip to content

Commit ae2e612

Browse files
author
Scribd Bot
committed
chore: Bump to version 1.32.0 [skip ci]
1 parent a75d718 commit ae2e612

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.32.0](https://github.com/scribd/go-sdk/compare/v1.31.0...v1.32.0) (2024-06-13)
2+
3+
4+
### Features
5+
6+
* Add API to create AWS services based on the Go SDK configuration ([f237347](https://github.com/scribd/go-sdk/commit/f23734734405eaba5af4aa0257ab507dabcac24f))
7+
* Add configuration for AWS services ([326ebb5](https://github.com/scribd/go-sdk/commit/326ebb5a3e8baa7e35f9e1f751407af3c85be7cb))
8+
* Expose AWS configuration via the main configuration entry point ([de0e023](https://github.com/scribd/go-sdk/commit/de0e02372d62082b3f61156d944711b015488e61))
9+
110
# [1.31.0](https://github.com/scribd/go-sdk/compare/v1.30.0...v1.31.0) (2024-04-24)
211

312

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

0 commit comments

Comments
 (0)