Skip to content

Commit 9e44899

Browse files
chore(main): release 1.8.3 (#226)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c13482 commit 9e44899

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
22
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33

4+
## [1.8.3](https://github.com/judoscale/judoscale-ruby/compare/v1.8.2...v1.8.3) (2024-11-05)
5+
6+
7+
### Bug Fixes
8+
9+
* Gracefully handle an invalid `log_level` ([#225](https://github.com/judoscale/judoscale-ruby/issues/225)) ([514976c](https://github.com/judoscale/judoscale-ruby/commit/514976cb17fbded317a6f959d1b316b6f8ef816f))
10+
411
## [1.8.2](https://github.com/judoscale/judoscale-ruby/compare/v1.8.1...v1.8.2) (2024-10-16)
512

613

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Judoscale
4-
VERSION = "1.8.2"
4+
VERSION = "1.8.3"
55
end

0 commit comments

Comments
 (0)