mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
Preparing for next development iteration, 2.0.1.
This commit is contained in:
parent
1a1c8b8173
commit
7f759b6560
2 changed files with 5 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Grape
|
||||
module ActiveModelSerializers
|
||||
VERSION = '2.0.0'.freeze
|
||||
VERSION = '2.0.1'.freeze
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue