diff --git a/History.markdown b/History.markdown index 933d4630..e2cdf17c 100644 --- a/History.markdown +++ b/History.markdown @@ -4,6 +4,14 @@ ### Minor Enhancements +### Bug Fixes + +### Development Fixes + +### Site Enhancements + +## 2.0.3 / 2014-05-08 + ### Bug Fixes * Properly prefix links in site template with URL or baseurl depending upon @@ -18,8 +26,6 @@ * Use `item_property` for `where` filter so it doesn't break on collections (#2359) * Rescue errors thrown so `--watch` doesn't fail (#2364) -### Development Fixes - ### Site Enhancements * Add missing "as" to assets docs page (#2337) diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index 3ef9734a..18840a56 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,3 +1,3 @@ module Jekyll - VERSION = '2.0.2' + VERSION = '2.0.3' end