Skip to content

Commit 4e5ec90

Browse files
author
Scribd Bot
committed
chore: Bump to version 1.38.0 [skip ci]
1 parent b634119 commit 4e5ec90

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.38.0](https://github.com/scribd/go-sdk/compare/v1.37.0...v1.38.0) (2024-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Fix typo ([54c1943](https://github.com/scribd/go-sdk/commit/54c1943f6e6c9645b1e5a5ca177714a8b39c144b))
7+
8+
9+
### Features
10+
11+
* Upgrade goimports and delve to the latest ([251ae41](https://github.com/scribd/go-sdk/commit/251ae414beef5b8115117fe7681686340f4b9c49))
12+
* Upgrade to golang version 1.23.0 ([8a1c724](https://github.com/scribd/go-sdk/commit/8a1c72409c2f7d6d35b8031aac68a4c3dde40a05))
13+
114
# [1.37.0](https://github.com/scribd/go-sdk/compare/v1.36.2...v1.37.0) (2024-07-26)
215

316

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

0 commit comments

Comments
 (0)