diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d84e6..1f1b710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to the `vscode-caddyfile-support` project will be documented The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -SoonTM + +## [v0.0.4] - 2020-10-13 +### Fixed +- `acme_ca_root` not being highlighted in global options ([26079b4](https://github.com/matthewpi/vscode-caddyfile-support/commit/26079b4753a640db2289f5f8f5ae2ad68a677fc4)) +- Paths connected to a domain not being properly highlighted ([#5](https://github.com/matthewpi/vscode-caddyfile-support/issues/5)) ## [v0.0.3] - 2020-08-30 ### Fixed diff --git a/package.json b/package.json index 7cfec8c..a6fef87 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "caddyfile-support", "displayName": "Caddyfile Support", "description": "Adds support for Caddyfile syntax highlighting and automatic formatting.", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "publisher": "matthewpi", "private": true,