Skip to content

Commit

Permalink
chore(main): release 1.7.1 (#212)
Browse files Browse the repository at this point in the history
[1.7.1](v1.7.0...v1.7.1) (2024-07-08)

Bug Fixes

* Lock GoodJob dependency to < 4.0 ([#211](#211)) ([d558584](d558584))
* Fix Rack version to work across multiple released versions ([dd0c08c](dd0c08c))

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Carlos Antonio da Silva <[email protected]>
  • Loading branch information
1 parent d558584 commit 5541377
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
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.1](https://github.com/judoscale/judoscale-ruby/compare/v1.7.0...v1.7.1) (2024-07-08)


### Bug Fixes

* Lock GoodJob dependency to < 4.0 ([#211](https://github.com/judoscale/judoscale-ruby/issues/211)) ([d558584](https://github.com/judoscale/judoscale-ruby/commit/d558584640ea23b0eb456d63852e29fd7fdc7ac1))
* Fix Rack version to work across multiple released versions ([dd0c08c](https://github.com/judoscale/judoscale-ruby/commit/dd0c08c79b93c67a567dae9e2be25cc16cf78174))

## [1.7.0](https://github.com/judoscale/judoscale-ruby/compare/v1.6.0...v1.7.0) (2024-05-03)


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.7.0"
VERSION = "1.7.1"
end

0 comments on commit 5541377

Please sign in to comment.