Bump to 0.2.2
This commit is contained in:
parent
140a80ecf9
commit
b5a396a594
|
@ -1,5 +1,8 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 0.2.2
|
||||||
|
* Add condition blocks
|
||||||
|
|
||||||
## 0.2.1
|
## 0.2.1
|
||||||
* Avoid useless render on POST request with custom responder
|
* Avoid useless render on POST request with custom responder
|
||||||
* Custom responder now fallback to Rails default in case the template is not found
|
* Custom responder now fallback to Rails default in case the template is not found
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module RablRails
|
module RablRails
|
||||||
VERSION = '0.2.1'
|
VERSION = '0.2.2'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue