Skip to content

Commit

Permalink
chore(main): release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 7, 2024
1 parent 9e22147 commit 1dc484f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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-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

0 comments on commit 1dc484f

Please sign in to comment.