We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03af2a3 commit dc01b70Copy full SHA for dc01b70
CHANGELOG.md
@@ -1,9 +1,8 @@
1
## Changelog
2
3
-### 1.5.2 (Next)
+### 1.5.2 (March 14, 2018)
4
5
* [#76](https://github.com/ruby-grape/grape-active_model_serializers/pull/76): Add custom error formatter - [@xn](https://github.com/xn).
6
-* Your contribution here.
7
8
### 1.5.1 (April 25, 2017)
9
lib/grape-active_model_serializers/version.rb
@@ -1,5 +1,5 @@
module Grape
module ActiveModelSerializers
- VERSION = '1.5.1'.freeze
+ VERSION = '1.5.2'.freeze
end
0 commit comments