diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb1c42..5b5cd79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,28 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] -* Initial release \ No newline at end of file +## [1.1.0] + +### Added + +* activity bar icon +* view list of notes in selected location +* icon to create a new note +* rename a note +* delete a note + +### Changed + +* build extension using webpack to minify + +## [1.0.0] - 2020-03-26 + +### Added + +* set notes location +* create a new note +* list new notes + +[Unreleased]: https://github.com/dionmunk/vscode-notes/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/dionmunk/vscode-notes/compare/v1.0.0...v1.1.0 +[1.0.0]: https://github.com/dionmunk/vscode-notes/compare/v1.0.0