Skip to content

Commit

Permalink
Preparing for release, 2.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Jul 13, 2024
1 parent da9815d commit dfc0e16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
### 2.2.0 (Next)

#### Features

* Your contribution here.
### 2.1.3 (2024-07-13)

#### Fixes

* [#2467](https://github.com/ruby-grape/grape/pull/2467): Fix repo coverage - [@ericproulx](https://github.com/ericproulx).
* [#2468](https://github.com/ruby-grape/grape/pull/2468): Align `error!` method signatures across different places - [@numbata](https://github.com/numbata).
* [#2469](https://github.com/ruby-grape/grape/pull/2469): Fix full path building for lateral scopes - [@numbata](https://github.com/numbata).
* Your contribution here.

### 2.1.2 (2024-06-28)

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 next release of Grape, which should be 2.2.0.
You're reading the documentation for the stable release of Grape, **2.1.3**.
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
The current stable release is [2.1.2](https://github.com/ruby-grape/grape/blob/v2.1.2/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.3'
end

0 comments on commit dfc0e16

Please sign in to comment.