Skip to content

Commit

Permalink
chore(main): release 1.8.1 (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 10, 2024
1 parent bf92a59 commit 5843f1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.1](https://github.com/judoscale/judoscale-ruby/compare/v1.8.0...v1.8.1) (2024-09-10)


### Bug Fixes

* Mark the reporter thread as "fork safe" to avoid warnings ([#215](https://github.com/judoscale/judoscale-ruby/issues/215)) ([bf92a59](https://github.com/judoscale/judoscale-ruby/commit/bf92a599e3bf999b1a3156e491292e3e3bdb1d69)), closes [#170](https://github.com/judoscale/judoscale-ruby/issues/170)

## [1.8.0](https://github.com/judoscale/judoscale-ruby/compare/v1.7.1...v1.8.0) (2024-07-09)


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.0"
VERSION = "1.8.1"
end

0 comments on commit 5843f1f

Please sign in to comment.