Preparing for next development iteration, 2.0.2.

This commit is contained in:
Sami Samhuri 2025-12-08 13:42:40 -08:00
parent 61673fe322
commit 7ca250a305
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
## Changelog
### 2.0.2 (Next)
* Your contribution here.
### 2.0.1 (2025/12/08)
* [#92](https://github.com/ruby-grape/grape-active_model_serializers/pull/92): Fix: accept nil serializer - [@mateusnava](https://github.com/mateusnava).

View file

@ -1,5 +1,5 @@
module Grape
module ActiveModelSerializers
VERSION = '2.0.1'.freeze
VERSION = '2.0.2'.freeze
end
end