From 554137722a2896c0b32ecbc34a9ce7ff375e2cd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:27:50 -0300 Subject: [PATCH] chore(main): release 1.7.1 (#212) [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)) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Carlos Antonio da Silva --- CHANGELOG.md | 8 ++++++++ judoscale-ruby/lib/judoscale/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed4fc1c..ec35bf02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/judoscale-ruby/lib/judoscale/version.rb b/judoscale-ruby/lib/judoscale/version.rb index ce90742b..a9a3b40a 100644 --- a/judoscale-ruby/lib/judoscale/version.rb +++ b/judoscale-ruby/lib/judoscale/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Judoscale - VERSION = "1.7.0" + VERSION = "1.7.1" end