diff --git a/CHANGELOG.md b/CHANGELOG.md index ea64fe4..5db709b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [v0.2.0] - 2021-05-12 +### Added +- Markdown Support ([#19](https://github.com/matthewpi/vscode-caddyfile-support/issues/19)) +- Highlighting for Content-Types ([#19](https://github.com/matthewpi/vscode-caddyfile-support/issues/19)) + +### Fixed +- Comments not always highlighting in server blocks ([#19](https://github.com/matthewpi/vscode-caddyfile-support/issues/19)) +- Domains not being properly highlighted ([#19](https://github.com/matthewpi/vscode-caddyfile-support/issues/19)) + ## [v0.1.2] - 2021-05-11 ### Changed - yarn: upgrade ([d8fc677](https://github.com/matthewpi/vscode-caddyfile-support/commit/d8fc67706a938c53738a9de666ca31b6544f1dd9)) diff --git a/package.json b/package.json index dfa26d7..c5251cc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "caddyfile-support", "displayName": "Caddyfile Support", "description": "Rich Caddyfile support for Visual Studio Code", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "publisher": "matthewpi", "private": true,