Skip to content

Commit

Permalink
chore: Bump to version 1.19.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Scribd Bot committed Feb 16, 2023
1 parent 3d31140 commit 85448f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.19.0](https://github.com/scribd/go-sdk/compare/v1.18.0...v1.19.0) (2023-02-16)


### Features

* Configure auto commit for PubSub ([82c6315](https://github.com/scribd/go-sdk/commit/82c631549bd09efb134ce1d40eb8f55538df5594))

# [1.18.0](https://github.com/scribd/go-sdk/compare/v1.17.1...v1.18.0) (2023-02-06)


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.18.0"
var Version = "1.19.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.18.0")
assert.Equal(t, Version, "1.19.0")
}

0 comments on commit 85448f8

Please sign in to comment.