Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.7.0 #207

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7.0](https://github.com/judoscale/judoscale-ruby/compare/v1.6.0...v1.7.0) (2024-05-03)


### Features

* Shoryuken adapter support ([#204](https://github.com/judoscale/judoscale-ruby/issues/204)) ([1dc6e00](https://github.com/judoscale/judoscale-ruby/commit/1dc6e003729c32178d38d9ae3aabc08f4b7c7e4b))

## [1.6.0](https://github.com/judoscale/judoscale-ruby/compare/v1.5.4...v1.6.0) (2024-04-26)


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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
end
2 changes: 1 addition & 1 deletion judoscale-shoryuken/lib/judoscale/shoryuken/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Shoryuken
VERSION = "1.6.0"
VERSION = "1.7.0"
end
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.6.0"
VERSION = "1.7.0"
end
end
2 changes: 1 addition & 1 deletion judoscale-solid_queue/lib/judoscale/solid_queue/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module SolidQueue
VERSION = "1.6.0"
VERSION = "1.7.0"
end
end