Preparing for next development iteration, 1.5.3. Closes #84.

This commit is contained in:
dblock 2018-03-14 14:50:16 -04:00
parent dc01b70f26
commit 003e69d2bb
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
## Changelog
### 1.5.3 (Next)
* Your contribution here.
### 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).

View file

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