From 5843f1f645a50c74b9ca6bb10708d6a6d68f56ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:52:17 -0400 Subject: [PATCH] chore(main): release 1.8.1 (#216) 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 0c7b4a3a..112029b0 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.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) diff --git a/judoscale-ruby/lib/judoscale/version.rb b/judoscale-ruby/lib/judoscale/version.rb index 3d754cb2..cc3340a0 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.0" + VERSION = "1.8.1" end