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 dc01b70 commit 003e69dCopy full SHA for 003e69d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+### 1.5.3 (Next)
4
+
5
+* Your contribution here.
6
7
### 1.5.2 (March 14, 2018)
8
9
* [#76](https://github.com/ruby-grape/grape-active_model_serializers/pull/76): Add custom error formatter - [@xn](https://github.com/xn).
lib/grape-active_model_serializers/version.rb
@@ -1,5 +1,5 @@
module Grape
module ActiveModelSerializers
- VERSION = '1.5.2'.freeze
+ VERSION = '1.5.3'.freeze
end
0 commit comments