Bump to 0.2.2

This commit is contained in:
ccocchi 2012-10-05 17:17:22 +02:00
parent 140a80ecf9
commit b5a396a594
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# CHANGELOG
## 0.2.2
* Add condition blocks
## 0.2.1
* Avoid useless render on POST request with custom responder
* Custom responder now fallback to Rails default in case the template is not found

View File

@ -1,3 +1,3 @@
module RablRails
VERSION = '0.2.1'
VERSION = '0.2.2'
end