From 4ff1dd9d329d999059426e7e1123f59276b19521 Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Sat, 21 Sep 2024 15:29:02 -0400 Subject: [PATCH] Bump version to 0.2.4 --- CHANGELOG.md | 14 +++----------- Gemfile.lock | 2 +- checksums/chat_notifier-0.2.3.gem.sha512 | 1 + lib/chat_notifier/version.rb | 2 +- 4 files changed, 6 insertions(+), 13 deletions(-) create mode 100644 checksums/chat_notifier-0.2.3.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d3518..59aabe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 75d667d..d2af179 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chat_notifier (0.2.3) + chat_notifier (0.2.4) GEM remote: https://rubygems.org/ diff --git a/checksums/chat_notifier-0.2.3.gem.sha512 b/checksums/chat_notifier-0.2.3.gem.sha512 new file mode 100644 index 0000000..c07b62f --- /dev/null +++ b/checksums/chat_notifier-0.2.3.gem.sha512 @@ -0,0 +1 @@ +ef1692bc0ef7f195f5f93e55f457e0b332666167c9eac19db5ed2b6002a22174bc48ec592c4f6ed557962f1751628437efe338ef11982220b77d0a4d11493a9f diff --git a/lib/chat_notifier/version.rb b/lib/chat_notifier/version.rb index 8012157..bcca1ee 100644 --- a/lib/chat_notifier/version.rb +++ b/lib/chat_notifier/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ChatNotifier - VERSION = "0.2.3" + VERSION = "0.2.4" end