Skip to content

Commit

Permalink
Release version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brucebolt committed Jun 10, 2024
1 parent 35c9b2b commit a4cadcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
# 8.0.0

* Drop support for Ruby 3.0. The minimum required Ruby version is now 3.1.4.
* BREAKING: Drop support for Ruby 3.0. The minimum required Ruby version is now 3.1.4.
* Add support for Ruby 3.3.
* Update Redis reconnect attempt strategy to retry more times.

Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukSidekiq
VERSION = "7.1.5".freeze
VERSION = "8.0.0".freeze
end

0 comments on commit a4cadcb

Please sign in to comment.