Bump version to 2.0 and update changelog

This commit is contained in:
Sami Samhuri 2025-04-23 15:27:00 -07:00
parent 7e58753b76
commit 096fd41c11
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
## Changelog
### 1.5.3 (Next)
### 2.0.0 (Next)
* 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)
### 1.5.2 (March 14, 2018)

View file

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