Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jul 1, 2024
1 parent 88b0b77 commit 669da49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 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.2] - Unreleased

## [0.2.1] - 2024-07-01

### Added
Expand All @@ -14,15 +16,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Slack chatter looks for NOTIFY_SLACK ENV variables instead of just SLACK

## [0.2.0] - 2023-04-24

### Changed

- Renamed ENV variables to prefix `NOTIFY_`

## [0.1.0] - 2023-04-19

### Added

- Initial code
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.1)
chat_notifier (0.2.2)

GEM
remote: https://rubygems.org/
Expand Down
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.1"
VERSION = "0.2.2"
end

0 comments on commit 669da49

Please sign in to comment.