Skip to content

Commit

Permalink
bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razumau committed Jun 14, 2023
1 parent 82a4f21 commit 15a6995
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Unreleased

# 4.1.0
- Add support for Ruby 3.1 and 3.2
- Add support for Rails 7.0
- Drop support for Rails 5.1

# 4.0.1

- Bug fix: Cast job audit to the configured auditor class when enqueuing
Expand Down
2 changes: 1 addition & 1 deletion resque-durable.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "resque-durable"
s.version = "4.0.3"
s.version = "4.1.0"
s.authors = ["Eric Chapweske", "Ben Osheroff"]
s.summary = "Resque queue backed by database audits, with automatic retry"
s.homepage = "https://github.com/zendesk/resque-durable"
Expand Down

0 comments on commit 15a6995

Please sign in to comment.