Skip to content

Commit 72572fb

Browse files
authored
Prep for 2.4.0 Release: Update CHANGELOG.md (#67)
* Update CHANGELOG.md * Bump VERSION to 2.4.0
1 parent 04f6e7b commit 72572fb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.4.0
4+
5+
* Remove jeweler gem in favor of using a dynamic gemspec [#66](https://github.com/wistia/nsq-ruby/pull/66)
6+
* 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)
7+
* Update version of `nsq-cluster` used for tests [#66](https://github.com/wistia/nsq-ruby/pull/66)
8+
* Update TLS certificates used for tests [#66](https://github.com/wistia/nsq-ruby/pull/66)
9+
* 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)
10+
* Support specifying multiple nsqd's when creating a consumer. [#54](https://github.com/wistia/nsq-ruby/pull/54)
11+
312
## 2.3.1
413

514
* Fix `max_attempts` bug (#46)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.4.0

0 commit comments

Comments
 (0)