From f8ca202f0fb5b2ba8d62903a30439b08252912b2 Mon Sep 17 00:00:00 2001 From: Eric Date: Sat, 14 Sep 2024 12:01:22 +0200 Subject: [PATCH] Preparing for release, 2.2.0 --- CHANGELOG.md | 4 +--- README.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01057484f0..e338f1a3a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 2.2.0 (Next) +### 2.2.0 (2024-09-14) #### Features @@ -6,7 +6,6 @@ * [#2484](https://github.com/ruby-grape/grape/pull/2484): Refactor versioner middlewares - [@ericproulx](https://github.com/ericproulx). * [#2489](https://github.com/ruby-grape/grape/pull/2489): Add Rails 7.2 in CI workflow - [@ericproulx](https://github.com/ericproulx). * [#2493](https://github.com/ruby-grape/grape/pull/2493): MFA required when releasing - [@ericproulx](https://github.com/ericproulx). -* Your contribution here. #### Fixes @@ -17,7 +16,6 @@ * [#2485](https://github.com/ruby-grape/grape/pull/2485): Add `is:` param to length validator - [@dakad](https://github.com/dakad). * [#2492](https://github.com/ruby-grape/grape/pull/2492): Fix `Grape::Endpoint#inspect` method - [@ericproulx](https://github.com/ericproulx). * [#2496](https://github.com/ruby-grape/grape/pull/2496): Reduce object allocation when compiling - [@ericproulx](https://github.com/ericproulx). -* Your contribution here. ### 2.1.3 (2024-07-13) diff --git a/README.md b/README.md index ef738c9fff..a81b8e04ed 100644 --- a/README.md +++ b/README.md @@ -157,9 +157,7 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com ## Stable Release -You're reading the documentation for the next release of Grape, which should be 2.2.0. -Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. -The current stable release is [2.1.3](https://github.com/ruby-grape/grape/blob/v2.1.3/README.md). +You're reading the documentation for the stable release of Grape, 2.2.0. Please read UPGRADING when upgrading from a previous version. ## Project Resources