Skip to content

Commit

Permalink
chore: Bump to version 1.41.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 13, 2025
1 parent 8003a7f commit 3bbf352
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.41.0](https://github.com/scribd/go-sdk/compare/v1.40.0...v1.41.0) (2025-01-13)


### Features

* Test release flow ([c57cf36](https://github.com/scribd/go-sdk/commit/c57cf36b2be217f4fed043b3fa6211b6fad77310))
* Test release flow ([ef30ea6](https://github.com/scribd/go-sdk/commit/ef30ea6c2869e9cd96620116842b329aaa76c69b))
* Test release flow ([02f1e30](https://github.com/scribd/go-sdk/commit/02f1e30adcb86f2fe9ce1c8b00a663981f41996b))

# [1.40.0](https://github.com/scribd/go-sdk/compare/v1.39.0...v1.40.0) (2024-11-22)


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.40.0"
var Version = "1.41.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.40.0")
assert.Equal(t, Version, "1.41.0")
}

0 comments on commit 3bbf352

Please sign in to comment.