mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-04-27 14:57:43 +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
|
## 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).
|
* [#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 (April 25, 2017)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
module Grape
|
module Grape
|
||||||
module ActiveModelSerializers
|
module ActiveModelSerializers
|
||||||
VERSION = '1.5.1'.freeze
|
VERSION = '1.5.2'.freeze
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue