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 7e58753 commit 096fd41Copy full SHA for 096fd41
CHANGELOG.md
@@ -1,8 +1,8 @@
1
## Changelog
2
3
-### 1.5.3 (Next)
+### 2.0.0 (Next)
4
5
-* Your contribution here.
+* [#96](https://github.com/ruby-grape/grape-active_model_serializers/pull/96): Add compatibility for Grape 2.3 — [@samsonjs](https://github.com/samsonjs)
6
7
### 1.5.2 (March 14, 2018)
8
lib/grape-active_model_serializers/version.rb
@@ -1,5 +1,5 @@
module Grape
module ActiveModelSerializers
- VERSION = '1.5.3'.freeze
+ VERSION = '2.0.0'.freeze
end
0 commit comments