Skip to content

Commit

Permalink
chore: Bump to version 1.38.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Scribd Bot committed Aug 22, 2024
1 parent b634119 commit 4e5ec90
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.38.0](https://github.com/scribd/go-sdk/compare/v1.37.0...v1.38.0) (2024-08-22)


### Bug Fixes

* Fix typo ([54c1943](https://github.com/scribd/go-sdk/commit/54c1943f6e6c9645b1e5a5ca177714a8b39c144b))


### Features

* Upgrade goimports and delve to the latest ([251ae41](https://github.com/scribd/go-sdk/commit/251ae414beef5b8115117fe7681686340f4b9c49))
* Upgrade to golang version 1.23.0 ([8a1c724](https://github.com/scribd/go-sdk/commit/8a1c72409c2f7d6d35b8031aac68a4c3dde40a05))

# [1.37.0](https://github.com/scribd/go-sdk/compare/v1.36.2...v1.37.0) (2024-07-26)


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

0 comments on commit 4e5ec90

Please sign in to comment.