Skip to content

Commit

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

* sync versions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam McCrea <[email protected]>
  • Loading branch information
github-actions[bot] and adamlogic committed Apr 26, 2024
1 parent e40e43f commit 6d1e736
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
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.6.0](https://github.com/judoscale/judoscale-ruby/compare/v1.5.4...v1.6.0) (2024-04-26)


### Features

* Solid Queue Integration ([#199](https://github.com/judoscale/judoscale-ruby/issues/199)) ([30d95b9](https://github.com/judoscale/judoscale-ruby/commit/30d95b932990e2b59cb5283b692f6f3549c9b567))


### Bug Fixes

* Always send reports, even with no metrics ([e40e43f](https://github.com/judoscale/judoscale-ruby/commit/e40e43f133d591cc7e4b3fadf8a0968a9d318ff9))
* GoodJob dependency on Rails Autoscale version of the gem ([#198](https://github.com/judoscale/judoscale-ruby/issues/198)) ([adccecc](https://github.com/judoscale/judoscale-ruby/commit/adcceccb54269d3ee10e141e1a24ff7edd9c8574))

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


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.4"
VERSION = "1.6.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.5.4"
VERSION = "1.6.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.5.4"
VERSION = "1.6.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.5.4"
VERSION = "1.6.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.5.4"
VERSION = "1.6.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.5.4"
VERSION = "1.6.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.5.4"
VERSION = "1.6.0"
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.4"
VERSION = "1.6.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.5.4"
VERSION = "1.6.0"
end
end

0 comments on commit 6d1e736

Please sign in to comment.