Release 2.0.2

This commit is contained in:
Parker Moore 2014-05-06 23:59:49 -04:00
parent 3cc439a1cc
commit ac666490d2
3 changed files with 11 additions and 5 deletions

View File

@ -6,11 +6,17 @@
### Bug Fixes ### Bug Fixes
### Development Fixes
### Site Enhancements
## v2.0.2 / 2014-05-07
### Bug Fixes
* Correct use of `url` and `baseurl` in the site template. (#2317) * Correct use of `url` and `baseurl` in the site template. (#2317)
* Default `baseurl` to `""` (#2317) * Default `baseurl` to `""` (#2317)
### Development Fixes
### Site Enhancements ### Site Enhancements
* Correct docs for the `gist` plugin so it always includes the username. (#2314) * Correct docs for the `gist` plugin so it always includes the username. (#2314)

View File

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