Skip to content

Commit

Permalink
chore(main): release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 25, 2024
1 parent 30d95b9 commit 8a77ddb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
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-25)


### Features

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


### Bug Fixes

* 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-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

0 comments on commit 8a77ddb

Please sign in to comment.