Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Sep 21, 2024
1 parent bc22c5e commit 4ff1dd9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@ All notable changes to this project will be documented in this file.
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).

## [0.2.3] - Unreleased
## [0.2.4] - Unreleased

### Fixed

- Incorrect configuration of the logger

## [0.2.2] - 2024-09-05

### Added

- Test on ruby 3.3
## [0.2.3] - 2024-09-21

### Fixed

- Load "chat_notifier" from the minitest plugin
- Incorrect configuration of the logger
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chat_notifier (0.2.3)
chat_notifier (0.2.4)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 1 addition & 0 deletions checksums/chat_notifier-0.2.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ef1692bc0ef7f195f5f93e55f457e0b332666167c9eac19db5ed2b6002a22174bc48ec592c4f6ed557962f1751628437efe338ef11982220b77d0a4d11493a9f
2 changes: 1 addition & 1 deletion lib/chat_notifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ChatNotifier
VERSION = "0.2.3"
VERSION = "0.2.4"
end

0 comments on commit 4ff1dd9

Please sign in to comment.