Bump to 0.2.1

This commit is contained in:
ccocchi 2012-09-27 18:23:05 +02:00
parent 35d21b38e6
commit 3ce9be556f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG
## 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
## 0.2.0
* Add `root` in DSL to set root without changing the data source
* Add XML renderer

View File

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