diff --git a/CHANGELOG.md b/CHANGELOG.md index 112029b0..8edb9984 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.8.2](https://github.com/judoscale/judoscale-ruby/compare/v1.8.1...v1.8.2) (2024-10-16) + + +### Bug Fixes + +* Allow customizing the rake task regex to avoid starting the reporter ([#220](https://github.com/judoscale/judoscale-ruby/issues/220)) ([ed6c30a](https://github.com/judoscale/judoscale-ruby/commit/ed6c30aa88e7b0bc17c38035fcbb753f102fb833)) +* Skip starting Judoscale reporter on `rails runner` process ([#217](https://github.com/judoscale/judoscale-ruby/issues/217)) ([111830b](https://github.com/judoscale/judoscale-ruby/commit/111830b6617dce925a3b8f95dab2888e12e9cde5)) + ## [1.8.1](https://github.com/judoscale/judoscale-ruby/compare/v1.8.0...v1.8.1) (2024-09-10) diff --git a/judoscale-ruby/lib/judoscale/version.rb b/judoscale-ruby/lib/judoscale/version.rb index cc3340a0..0d3ae984 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.8.1" + VERSION = "1.8.2" end