Preparing for next development iteration, 2.0.1.

This commit is contained in:
Sami Samhuri 2025-06-02 19:09:00 -07:00
parent 1a1c8b8173
commit 7f759b6560
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.1 (Next)
* Your contribution here.
### 2.0.0 (2025/06/02)
* [#96](https://github.com/ruby-grape/grape-active_model_serializers/pull/96): Add compatibility for Grape 2.3 - [@samsonjs](https://github.com/samsonjs).

View file

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