mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
Bump version and update README to reflect changes
This commit is contained in:
parent
b23128934c
commit
42ee15ec67
2 changed files with 4 additions and 1 deletions
|
|
@ -5,6 +5,9 @@ Use [active_model_serializers](https://github.com/rails-api/active_model_seriali
|
|||
[](http://travis-ci.org/jrhe/grape-active_model_serializers) [](https://gemnasium.com/jrhe/grape-active_model_serializers) [](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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Grape
|
||||
module ActiveModelSerializers
|
||||
VERSION = '1.2.0'
|
||||
VERSION = '1.2.1'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue