Skip to content

Commit

Permalink
chore(main): release 1.5.4 (#196)
Browse files Browse the repository at this point in the history
* chore(main): release 1.5.4

* Update versions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam McCrea <adam@adamlogic.com>
  • Loading branch information
github-actions[bot] and adamlogic authored Feb 7, 2024
1 parent 9e22147 commit a0f3b70
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.4](https://github.com/judoscale/judoscale-ruby/compare/v1.5.3...v1.5.4) (2024-02-07)


### Bug Fixes

* Fix deprecation warning in Sidekiq 7.2 ([9e22147](https://github.com/judoscale/judoscale-ruby/commit/9e22147343279361ff59782bd37d0dd5d666253d)), closes [#195](https://github.com/judoscale/judoscale-ruby/issues/195)

## [1.5.3](https://github.com/judoscale/judoscale-ruby/compare/v1.5.2...v1.5.3) (2024-01-25)


Expand Down
2 changes: 1 addition & 1 deletion judoscale-delayed_job/lib/judoscale/delayed_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module DelayedJob
VERSION = "1.5.3"
VERSION = "1.5.4"
end
end
2 changes: 1 addition & 1 deletion judoscale-good_job/lib/judoscale/good_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module GoodJob
VERSION = "1.5.3"
VERSION = "1.5.4"
end
end
2 changes: 1 addition & 1 deletion judoscale-que/lib/judoscale/que/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Que
VERSION = "1.5.3"
VERSION = "1.5.4"
end
end
2 changes: 1 addition & 1 deletion judoscale-rack/lib/judoscale/rack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rack
VERSION = "1.5.3"
VERSION = "1.5.4"
end
end
2 changes: 1 addition & 1 deletion judoscale-rails/lib/judoscale/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rails
VERSION = "1.5.3"
VERSION = "1.5.4"
end
end
2 changes: 1 addition & 1 deletion judoscale-resque/lib/judoscale/resque/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Resque
VERSION = "1.5.3"
VERSION = "1.5.4"
end
end
2 changes: 1 addition & 1 deletion judoscale-ruby/lib/judoscale/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Judoscale
VERSION = "1.5.3"
VERSION = "1.5.4"
end
2 changes: 1 addition & 1 deletion judoscale-sidekiq/lib/judoscale/sidekiq/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Sidekiq
VERSION = "1.5.3"
VERSION = "1.5.4"
end
end

0 comments on commit a0f3b70

Please sign in to comment.