From 1a1c8b81738ed8811a49016b61ecdd76f1601dc5 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 2 Jun 2025 19:04:32 -0700 Subject: [PATCH] Preparing for release, 2.0.0. --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b3c37..eff0e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ ## Changelog -### 2.0.0 (Next) +### 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). * [#98](https://github.com/ruby-grape/grape-active_model_serializers/pull/98): Out with Travis CI, in with GitHub Actions - [@samsonjs](https://github.com/samsonjs). -* Your contribution here. ### 1.5.2 (2018/03/14)