Skip to content

Commit

Permalink
Preparing for next development iteration, 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Jul 13, 2024
1 parent dfc0e16 commit 47eb702
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 2.2.0 (Next)

#### Features

* Your contribution here.

#### Fixes

* Your contribution here.

### 2.1.3 (2024-07-13)

#### Fixes
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ 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.1.3**.
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).

## 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.1.3'
VERSION = '2.2.0'
end

0 comments on commit 47eb702

Please sign in to comment.