Release 2.0.1

This commit is contained in:
Parker Moore 2014-05-06 21:57:33 -04:00
parent 64cce065e6
commit 0a0d7858c6
3 changed files with 11 additions and 1 deletions

View File

@ -10,6 +10,12 @@
### Site Enhancements ### Site Enhancements
## 2.0.1 / 2014-05-06
### Bug Fixes
* Require `kramdown` gem instead of `maruku` gem
## 2.0.0 / 2014-05-06 ## 2.0.0 / 2014-05-06
### Major Enhancements ### Major Enhancements

View File

@ -1,3 +1,3 @@
module Jekyll module Jekyll
VERSION = '2.0.0' VERSION = '2.0.1'
end end

View File

@ -5,6 +5,10 @@ permalink: "/docs/history/"
prev_section: contributing prev_section: contributing
--- ---
## 2.0.1 / 2014-05-06
### Bug Fixes- Require `kramdown` gem instead of `maruku` gem
## 2.0.0 / 2014-05-06 ## 2.0.0 / 2014-05-06
### Major Enhancements ### Major Enhancements