diff --git a/CHANGELOG.md b/CHANGELOG.md index ab82aafb..d68bec93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ All notable changes to this project will be documented in this file. -## Unreleased + + +## 0.7.0 ### Added @@ -26,7 +28,6 @@ All notable changes to this project will be documented in this file. * `{{substring 'A full quote' 2 4}}` outputs `full` * `{{substring 'A full quote' -5 5}` outputs `quote` - ### Fixed * UTF-8 handling in the LSP server.