mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
Bump version to 2.0 and update changelog
This commit is contained in:
parent
7e58753b76
commit
096fd41c11
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### 1.5.3 (Next)
|
### 2.0.0 (Next)
|
||||||
|
|
||||||
* Your contribution here.
|
* [#96](https://github.com/ruby-grape/grape-active_model_serializers/pull/96): Add compatibility for Grape 2.3 — [@samsonjs](https://github.com/samsonjs)
|
||||||
|
|
||||||
### 1.5.2 (March 14, 2018)
|
### 1.5.2 (March 14, 2018)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
module Grape
|
module Grape
|
||||||
module ActiveModelSerializers
|
module ActiveModelSerializers
|
||||||
VERSION = '1.5.3'.freeze
|
VERSION = '2.0.0'.freeze
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue