Bump version and update README to reflect changes

This commit is contained in:
Jonathan Richard Henry Evans (JRHE) 2014-07-23 13:32:47 +01:00
parent b23128934c
commit 42ee15ec67
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,9 @@ Use [active_model_serializers](https://github.com/rails-api/active_model_seriali
[![Build Status](https://api.travis-ci.org/jrhe/grape-active_model_serializers.png)](http://travis-ci.org/jrhe/grape-active_model_serializers) [![Dependency Status](https://gemnasium.com/jrhe/grape-active_model_serializers.png)](https://gemnasium.com/jrhe/grape-active_model_serializers) [![Code Climate](https://codeclimate.com/github/jrhe/grape-active_model_serializers.png)](https://codeclimate.com/github/jrhe/grape-active_model_serializers)
## Breaking Changes
#### v1.2.1
* Adds support for active model serializer 0.9.x
#### v1.0.0
* *BREAKING* Changes behaviour of root keys when serialising arrays. See [Array roots](https://github.com/jrhe/grape-active_model_serializers#array-roots)

View file

@ -1,5 +1,5 @@
module Grape
module ActiveModelSerializers
VERSION = '1.2.0'
VERSION = '1.2.1'
end
end