diff --git a/CHANGELOG.org b/CHANGELOG.org index b14fab247..506389e7e 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,4 +1,7 @@ * Release 0.200.x +** 0.200.2 (2016/10/14) +*** Fixes +- Fix compatibility with the =xterm-color= package (thanks to bixuanzju) ** 0.200.1 (2016/10/09) *** Fixes - Restore missing support for custom Evil ex command key via the new diff --git a/init.el b/init.el index 32edf50aa..43097a90b 100644 --- a/init.el +++ b/init.el @@ -15,7 +15,7 @@ ;; increase gc-cons-threshold during init (setq gc-cons-threshold 100000000) -(defconst spacemacs-version "0.200.1" "Spacemacs version.") +(defconst spacemacs-version "0.200.2" "Spacemacs version.") (defconst spacemacs-emacs-min-version "24.4" "Minimal version of Emacs.") (if (not (version<= spacemacs-emacs-min-version emacs-version))