diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..92f7f14 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +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.1.0/). + +## [Unreleased] + +### Fixed + +- Allowing to mark more than 50 items as done (#7). +- Fixes for bash 3 (#6). + +## [0.1] - 2023-12-24 + +### Added + +- Initial version + +[unreleased]: https://github.com/paulbarton90/gh-clean-notifications/compare/v0.1...HEAD +[0.1]: https://github.com/paulbarton90/gh-clean-notifications/releases/tag/v0.1