Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Sep 5, 2024
1 parent a0baf8d commit 53f8f0c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
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.2)
chat_notifier (0.2.3)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 1 addition & 0 deletions checksums/chat_notifier-0.2.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0ed906ed6e11bb915f4b1f4be4a9d7fa669fb030d532dc6ed97fe5045b01daf23ec4e4f526eefbf5efa2805be85fcb1e12e3a6ad0e24f807cf9bf500533d815e
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.2"
VERSION = "0.2.3"
end

0 comments on commit 53f8f0c

Please sign in to comment.