From 19ab6a2754a992f4b55f6760425962bc5b6b70d4 Mon Sep 17 00:00:00 2001 From: Eric Date: Sat, 22 Jun 2024 17:57:54 +0200 Subject: [PATCH] Preparing for release, 2.1.1. --- CHANGELOG.md | 4 +--- README.md | 3 +-- lib/grape/version.rb | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2b2bc8eb..86c354b70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,13 @@ -### 2.2.0 (Next) +### 2.1.1 (2024-06-22) #### Features * [#2450](https://github.com/ruby-grape/grape/pull/2450): Update RuboCop to 1.64.1 - [@ericproulx](https://github.com/ericproulx). -* Your contribution here. #### Fixes * [#2453](https://github.com/ruby-grape/grape/pull/2453): Fix context in rescue_from - [@ericproulx](https://github.com/ericproulx). * [#2455](https://github.com/ruby-grape/grape/pull/2455): Fix default response headers to work with Rack 3 - [@ericproulx](https://github.com/ericproulx). -* Your contribution here. ### 2.1.0 (2024/06/15) diff --git a/README.md b/README.md index 38f164a2d8..0267ee31bb 100644 --- a/README.md +++ b/README.md @@ -157,9 +157,8 @@ 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 stable release of Grape, 2.2.0. +You're reading the documentation for the stable release of Grape, **2.1.1**. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. -The current stable release is [2.1.0](https://github.com/ruby-grape/grape/blob/v2.1.0/README.md). ## Project Resources diff --git a/lib/grape/version.rb b/lib/grape/version.rb index 5083e38bd9..832f8ad6d0 100644 --- a/lib/grape/version.rb +++ b/lib/grape/version.rb @@ -2,5 +2,5 @@ module Grape # The current version of Grape. - VERSION = '2.2.0' + VERSION = '2.1.1' end