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 Jun 22, 2024
1 parent 19ab6a2 commit bd76c1f
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.1 (2024-06-22)

#### Features
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.1**.
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.1](https://github.com/ruby-grape/grape/blob/v2.1.1/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.1'
VERSION = '2.2.0'
end

0 comments on commit bd76c1f

Please sign in to comment.