Skip to content

Commit

Permalink
Prep for 2.4.0 Release: Update CHANGELOG.md (#67)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Bump VERSION to 2.4.0
  • Loading branch information
chen-anders authored Dec 5, 2023
1 parent 04f6e7b commit 72572fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.4.0

* Remove jeweler gem in favor of using a dynamic gemspec [#66](https://github.com/wistia/nsq-ruby/pull/66)
* Use `URI.encode_www_form_component` instead of `URI.escape` to ensure compatibility with Ruby 3.0+ and fix deprecation warnings in Ruby 2.7. [#65](https://github.com/wistia/nsq-ruby/pull/65)
* Update version of `nsq-cluster` used for tests [#66](https://github.com/wistia/nsq-ruby/pull/66)
* Update TLS certificates used for tests [#66](https://github.com/wistia/nsq-ruby/pull/66)
* GitHub Actions workflow for testing the gem against a matrix of Ruby versions (2.7, 3.0, 3.1, 3.2) introduced [#66](https://github.com/wistia/nsq-ruby/pull/66)
* Support specifying multiple nsqd's when creating a consumer. [#54](https://github.com/wistia/nsq-ruby/pull/54)

## 2.3.1

* Fix `max_attempts` bug (#46)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.4.0

0 comments on commit 72572fb

Please sign in to comment.