From a5f529f601ee53bc0c54db524f7fdeeedd04ed2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:13:50 -0300 Subject: [PATCH] chore(main): release 1.8.0 (#214) ## [1.8.0](https://github.com/judoscale/judoscale-ruby/compare/v1.7.1...v1.8.0) (2024-07-09) ### Features * Support GoodJob v4 ([#213](https://github.com/judoscale/judoscale-ruby/issues/213)) ([1d8f75c](https://github.com/judoscale/judoscale-ruby/commit/1d8f75c3724947849776c29cfb9ac18bc566ad92)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ judoscale-ruby/lib/judoscale/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec35bf0..0c7b4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.8.0](https://github.com/judoscale/judoscale-ruby/compare/v1.7.1...v1.8.0) (2024-07-09) + + +### Features + +* Support GoodJob v4 ([#213](https://github.com/judoscale/judoscale-ruby/issues/213)) ([1d8f75c](https://github.com/judoscale/judoscale-ruby/commit/1d8f75c3724947849776c29cfb9ac18bc566ad92)) + ## [1.7.1](https://github.com/judoscale/judoscale-ruby/compare/v1.7.0...v1.7.1) (2024-07-08) diff --git a/judoscale-ruby/lib/judoscale/version.rb b/judoscale-ruby/lib/judoscale/version.rb index a9a3b40..3d754cb 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.1" + VERSION = "1.8.0" end