Skip to content

Commit

Permalink
Preparing for release, 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Jun 22, 2024
1 parent b1123d8 commit 19ab6a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/grape/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Grape
# The current version of Grape.
VERSION = '2.2.0'
VERSION = '2.1.1'
end

0 comments on commit 19ab6a2

Please sign in to comment.