Add CHANGELOG, bump version.

This commit is contained in:
Rob Hanlon 2012-10-17 18:26:16 -07:00
parent 1cb319dc05
commit 17be15a2e4
2 changed files with 11 additions and 1 deletions

10
CHANGELOG.markdown Normal file
View File

@ -0,0 +1,10 @@
# DecoratesBeforeRendering Changelog
## 0.0.2
* A specific decorator class can be provided using the :with option to decorates. Thanks to
@johnbintz!
## 0.0.1
* Initial release.

View File

@ -1,5 +1,5 @@
module DecoratesBeforeRendering
unless defined? DecoratesBeforeRendering::VERSION
VERSION = "0.0.1"
VERSION = "0.0.2"
end
end