We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61673fe commit 7ca250aCopy full SHA for 7ca250a
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+### 2.0.2 (Next)
4
+
5
+* Your contribution here.
6
7
### 2.0.1 (2025/12/08)
8
9
* [#92](https://github.com/ruby-grape/grape-active_model_serializers/pull/92): Fix: accept nil serializer - [@mateusnava](https://github.com/mateusnava).
lib/grape-active_model_serializers/version.rb
@@ -1,5 +1,5 @@
module Grape
module ActiveModelSerializers
- VERSION = '2.0.1'.freeze
+ VERSION = '2.0.2'.freeze
end
0 commit comments