Skip to content

Commit

Permalink
chore(main): release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 16, 2024
1 parent ed6c30a commit d6ade1b
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.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)


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.8.1"
VERSION = "1.8.2"
end

0 comments on commit d6ade1b

Please sign in to comment.