Preparing for release, 1.5.2.

This commit is contained in:
dblock 2018-03-14 14:49:18 -04:00
parent 03af2a385a
commit dc01b70f26
2 changed files with 2 additions and 3 deletions

View file

@ -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)

View file

@ -1,5 +1,5 @@
module Grape
module ActiveModelSerializers
VERSION = '1.5.1'.freeze
VERSION = '1.5.2'.freeze
end
end