Bump 0.1.2

This commit is contained in:
ccocchi 2012-08-03 15:39:08 +02:00
parent 62dfd3b7d5
commit cf39a3f748
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# CHANGELOG # CHANGELOG
## 0.1.2 (unreleased) ## 0.1.2
* Add RablRails#render method (see README or source code) * Add RablRails#render method (see README or source code)
* Fix fail when JSON engine is not found. Now fallback to MultiJson.default_adapter * Fix fail when JSON engine is not found. Now fallback to MultiJson.default_adapter
* Warning message printed on logger when JSON engine fail to load
## 0.1.1 ## 0.1.1

View File

@ -1,3 +1,3 @@
module RablRails module RablRails
VERSION = '0.1.1' VERSION = '0.1.2'
end end