Bump to 0.2.1
This commit is contained in:
parent
35d21b38e6
commit
3ce9be556f
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
module RablRails
|
||||
VERSION = '0.2.0'
|
||||
VERSION = '0.2.1'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user