From 0cdbfdd40190b2fb3264cbb365b473e2409da834 Mon Sep 17 00:00:00 2001 From: Paul Barton <28630076+paulbarton90@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:44:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Adding=20a=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md 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