diff --git a/CHANGELOG.md b/CHANGELOG.md index eff0e3b..052b244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/lib/grape-active_model_serializers/version.rb b/lib/grape-active_model_serializers/version.rb index e4a0891..5920a8d 100644 --- a/lib/grape-active_model_serializers/version.rb +++ b/lib/grape-active_model_serializers/version.rb @@ -1,5 +1,5 @@ module Grape module ActiveModelSerializers - VERSION = '2.0.0'.freeze + VERSION = '2.0.1'.freeze end end