From 096fd41c111936218cf9c914c67d883d97c0e76a Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 23 Apr 2025 15:27:00 -0700 Subject: [PATCH] Bump version to 2.0 and update changelog --- CHANGELOG.md | 4 ++-- lib/grape-active_model_serializers/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1399b27..84b58a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/grape-active_model_serializers/version.rb b/lib/grape-active_model_serializers/version.rb index 313d3ab..e4a0891 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 = '1.5.3'.freeze + VERSION = '2.0.0'.freeze end end