Skip to content

Commit f73811a

Browse files
committed
Preparing for next development iteration, 2.2.0.
1 parent 71b93d9 commit f73811a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 2.2.0 (Next)
2+
3+
#### Features
4+
5+
* Your contribution here.
6+
7+
#### Fixes
8+
9+
* Your contribution here.
10+
111
### 2.1.0 (2024/06/15)
212

313
#### Features

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ 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.1.0**.
160+
You're reading the documentation for the stable release of Grape, 2.2.0.
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).
162163

163164
## Project Resources
164165

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.1.0'
5+
VERSION = '2.2.0'
66
end

0 commit comments

Comments
 (0)