mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
Prep for v1.5.1 release.
This commit is contained in:
parent
6566fb517f
commit
fab476772e
2 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
## Changelog
|
||||
|
||||
### 1.5.1 (Next)
|
||||
### 1.5.2 (Next)
|
||||
|
||||
* Your contribution here.
|
||||
|
||||
### 1.5.1 (April 25, 2017)
|
||||
|
||||
* [#74](https://github.com/ruby-grape/grape-active_model_serializers/pull/74): Add support for Sequel - [@drn](https://github.com/drn).
|
||||
* [#73](https://github.com/ruby-grape/grape-active_model_serializers/pull/73): Ensure all AMS options are passed through - [@drn](https://github.com/drn).
|
||||
* [#65](https://github.com/ruby-grape/grape-active_model_serializers/pull/65): Added Danger, PR linter - [@dblock](https://github.com/dblock).
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Grape
|
||||
module ActiveModelSerializers
|
||||
VERSION = '1.5.0'.freeze
|
||||
VERSION = '1.5.1'.freeze
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue