Skip to content

Commit

Permalink
Finalize the changelog for version 0.2.2 on 2024-09-05
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Sep 5, 2024
1 parent 796762b commit a0baf8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.2] - 2024-09-05

### Added

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,15 @@ namespace :chat_notifier do
end
end
```

## Contributing

This gem is managed with [Reissue](https://github.com/SOFware/reissue).

Releasing a new version:

```sh
rake build:checksum
rake release
git push
```

0 comments on commit a0baf8d

Please sign in to comment.