diff --git a/CHANGELOG.MD b/CHANGELOG.MD new file mode 100644 index 0000000..dd9ee20 --- /dev/null +++ b/CHANGELOG.MD @@ -0,0 +1,28 @@ +# Change Log + +Based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + + +## [Unreleased] - ReleaseDate + +### Added + +- CI/CD workflow to validate PRs to main +- This changelog! + +## [0.1.0] - 2024-12-06 + +### First Release 🥳 + +- This is the first release of Doru! + +### Features + +- Add, edit and delete Todos in your CLI +- Load and save Todos from JSON + + + +[Unreleased]: https://github.com/matej-almasi/doru/compare/v0.1.0...HEAD