mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
Preparing for release, 1.5.2.
This commit is contained in:
parent
03af2a385a
commit
dc01b70f26
2 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
|||
## Changelog
|
||||
|
||||
### 1.5.2 (Next)
|
||||
### 1.5.2 (March 14, 2018)
|
||||
|
||||
* [#76](https://github.com/ruby-grape/grape-active_model_serializers/pull/76): Add custom error formatter - [@xn](https://github.com/xn).
|
||||
* Your contribution here.
|
||||
|
||||
### 1.5.1 (April 25, 2017)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Grape
|
||||
module ActiveModelSerializers
|
||||
VERSION = '1.5.1'.freeze
|
||||
VERSION = '1.5.2'.freeze
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue