diff --git a/CHANGELOG.md b/CHANGELOG.md index b823cfe..8a049d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to Horizon will be documented in this file. +## 1.8.1 (March 30, 2019) + +- Update homepage URL ([daa21b2](https://github.com/jolaleye/horizon-theme-vscode/commit/daa21b2)) +- Fix C# parameter highlighting ([f591061](https://github.com/jolaleye/horizon-theme-vscode/commit/f591061)) + ## 1.8.0 (March 8, 2019) - Update bold theme (now more closely matches italic theme) ([e741c04](https://github.com/jolaleye/horizon-theme-vscode/commit/e741c04)) diff --git a/package.json b/package.json index 74db283..74a2295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "horizon-theme-vscode", - "version": "1.8.0", + "version": "1.8.1", "author": "Jonathan Olaleye ", "displayName": "Horizon Theme", "description": "A beautifully warm dark theme for Visual Studio Code",