Skip to content

Commit 19ab6a2

Browse files
committed
Preparing for release, 2.1.1.
1 parent b1123d8 commit 19ab6a2

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
### 2.2.0 (Next)
1+
### 2.1.1 (2024-06-22)
22

33
#### Features
44

55
* [#2450](https://github.com/ruby-grape/grape/pull/2450): Update RuboCop to 1.64.1 - [@ericproulx](https://github.com/ericproulx).
6-
* Your contribution here.
76

87
#### Fixes
98

109
* [#2453](https://github.com/ruby-grape/grape/pull/2453): Fix context in rescue_from - [@ericproulx](https://github.com/ericproulx).
1110
* [#2455](https://github.com/ruby-grape/grape/pull/2455): Fix default response headers to work with Rack 3 - [@ericproulx](https://github.com/ericproulx).
12-
* Your contribution here.
1311

1412
### 2.1.0 (2024/06/15)
1513

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,8 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
157157

158158
## Stable Release
159159

160-
You're reading the documentation for the stable release of Grape, 2.2.0.
160+
You're reading the documentation for the stable release of Grape, **2.1.1**.
161161
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
162-
The current stable release is [2.1.0](https://github.com/ruby-grape/grape/blob/v2.1.0/README.md).
163162

164163
## Project Resources
165164

lib/grape/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Grape
44
# The current version of Grape.
5-
VERSION = '2.2.0'
5+
VERSION = '2.1.1'
66
end

0 commit comments

Comments
 (0)