mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
Preparing for next development iteration, 1.5.3. Closes #84.
This commit is contained in:
parent
dc01b70f26
commit
003e69d2bb
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.5.3 (Next)
|
||||||
|
|
||||||
|
* Your contribution here.
|
||||||
|
|
||||||
### 1.5.2 (March 14, 2018)
|
### 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).
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
module Grape
|
module Grape
|
||||||
module ActiveModelSerializers
|
module ActiveModelSerializers
|
||||||
VERSION = '1.5.2'.freeze
|
VERSION = '1.5.3'.freeze
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue