diff --git a/History.markdown b/History.markdown index ad060fff..591ce9ad 100644 --- a/History.markdown +++ b/History.markdown @@ -10,6 +10,12 @@ ### Site Enhancements +## 2.0.1 / 2014-05-06 + +### Bug Fixes + +* Require `kramdown` gem instead of `maruku` gem + ## 2.0.0 / 2014-05-06 ### Major Enhancements diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index 88f264ab..0ed41bca 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,3 +1,3 @@ module Jekyll - VERSION = '2.0.0' + VERSION = '2.0.1' end diff --git a/site/docs/history.md b/site/docs/history.md index ef817e11..59cf0d2b 100644 --- a/site/docs/history.md +++ b/site/docs/history.md @@ -5,6 +5,10 @@ permalink: "/docs/history/" prev_section: contributing --- +## 2.0.1 / 2014-05-06 + +### Bug Fixes- Require `kramdown` gem instead of `maruku` gem + ## 2.0.0 / 2014-05-06 ### Major Enhancements