diff --git a/CHANGELOG.md b/CHANGELOG.md index 73969ef..4485a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to Horizon will be documented in this file. +## 1.7.1 (February 20, 2019) + +- Fix draggable debug toolbar color ([fa90573](https://github.com/jolaleye/horizon-theme-vscode/commit/fa90573), thanks to [@KasiMaru](https://github.com/KasiMaru)) +- Update theming reference README links ([fd940fc](https://github.com/jolaleye/horizon-theme-vscode/commit/fd940fc)) +- Update installation instructions ([5905b07](https://github.com/jolaleye/horizon-theme-vscode/commit/5905b07)) + ## 1.7.0 (February 18, 2019) - Add Horizon Bold variant ([@tinvaan](https://github.com/tinvaan) in [#14](https://github.com/jolaleye/horizon-theme-vscode/pull/14)) diff --git a/package.json b/package.json index 57bd91e..3a3e1de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "horizon-theme-vscode", - "version": "1.7.0", + "version": "1.7.1", "author": "Jonathan Olaleye ", "displayName": "Horizon Theme", "description": "A beautifully warm dark theme for Visual Studio Code",