diff --git a/CHANGELOG.org b/CHANGELOG.org index 86c6465f4673..b90c501c26e9 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,4 +1,7 @@ * Release 0.200.x +** 0.200.6 (2017/01/01) +*** Fixes +- Fix error helm :config: ‘fuzzy-match’ not supported in async sources ** 0.200.5 (2016/11/03) *** Fixes - Removed themes missing from MELPA (=colorsarenice-theme= and =stekene-theme=) diff --git a/init.el b/init.el index d0cd28074e64..75c9164ecd56 100644 --- a/init.el +++ b/init.el @@ -16,7 +16,7 @@ ;; lower value in your dotfile (function `dotspacemacs/user-config') (setq gc-cons-threshold 100000000) -(defconst spacemacs-version "0.200.5" "Spacemacs version.") +(defconst spacemacs-version "0.200.6" "Spacemacs version.") (defconst spacemacs-emacs-min-version "24.4" "Minimal version of Emacs.") (if (not (version<= spacemacs-emacs-min-version emacs-version))