From 53f8f0c49a054b32bb3932779b11d240e999869c Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Thu, 5 Sep 2024 14:30:37 -0400 Subject: [PATCH] Bump version to 0.2.3 --- CHANGELOG.md | 12 ++---------- Gemfile.lock | 2 +- checksums/chat_notifier-0.2.2.gem.sha512 | 1 + lib/chat_notifier/version.rb | 2 +- 4 files changed, 5 insertions(+), 12 deletions(-) create mode 100644 checksums/chat_notifier-0.2.2.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index 39140c8..4e0714b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.2] - 2024-09-05 ### Added @@ -14,13 +16,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Load "chat_notifier" from the minitest plugin - -## [0.2.1] - 2024-07-01 - -### Added - -- Version and release management with reissue gem. - -### Changed - -- Slack chatter looks for NOTIFY_SLACK ENV variables instead of just SLACK diff --git a/Gemfile.lock b/Gemfile.lock index 29f799b..5baf0a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chat_notifier (0.2.2) + chat_notifier (0.2.3) GEM remote: https://rubygems.org/ diff --git a/checksums/chat_notifier-0.2.2.gem.sha512 b/checksums/chat_notifier-0.2.2.gem.sha512 new file mode 100644 index 0000000..f963117 --- /dev/null +++ b/checksums/chat_notifier-0.2.2.gem.sha512 @@ -0,0 +1 @@ +0ed906ed6e11bb915f4b1f4be4a9d7fa669fb030d532dc6ed97fe5045b01daf23ec4e4f526eefbf5efa2805be85fcb1e12e3a6ad0e24f807cf9bf500533d815e diff --git a/lib/chat_notifier/version.rb b/lib/chat_notifier/version.rb index fc72779..8012157 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.2" + VERSION = "0.2.3" end