Skip to content

Commit

Permalink
chore: Bump to version 1.21.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Scribd Bot committed Mar 2, 2023
1 parent 7b4eb63 commit f46eb4a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.21.0](https://github.com/scribd/go-sdk/compare/v1.20.1...v1.21.0) (2023-03-02)


### Features

* Add instrumentation wrapper for kgo.FetchPartition data type ([747dbb0](https://github.com/scribd/go-sdk/commit/747dbb0703899de8c01307cdad455cb6214d52af))
* Configure Kafka subscriber rebalance strategy ([7a05db0](https://github.com/scribd/go-sdk/commit/7a05db015fff4a2639f314362cfebfbd6814abd7))
* Configure max_records for Kafka subscriber ([36d6e73](https://github.com/scribd/go-sdk/commit/36d6e73cc1408ec8a4c1b86aabbdc2adc8104a10))
* Configure number of workers for Kafka consumers ([25af545](https://github.com/scribd/go-sdk/commit/25af54578362bada61c1ca53d83b77e9084511b9))
* Upgrade franz-go to v1.12.1 ([c5a551e](https://github.com/scribd/go-sdk/commit/c5a551ea1dc5e8c6f693b6811e5772228c55e711))

## [1.20.1](https://github.com/scribd/go-sdk/compare/v1.20.0...v1.20.1) (2023-02-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.20.1"
var Version = "1.21.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.20.1")
assert.Equal(t, Version, "1.21.0")
}

0 comments on commit f46eb4a

Please sign in to comment.