Skip to content

Commit

Permalink
Merge pull request #120 from alphagov/release-9.0.2
Browse files Browse the repository at this point in the history
Release v9.0.2
  • Loading branch information
brucebolt authored Nov 27, 2024
2 parents dd6a36b + 226026f commit 1605ac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 9.0.2

* Update dependencies

## 9.0.1

* Allow setting of Redis SSL `verify_mode` to none via environment variable
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 = "9.0.1".freeze
VERSION = "9.0.2".freeze
end

0 comments on commit 1605ac2

Please sign in to comment.