Skip to content

Commit b34c722

Browse files
committed
Preparing for next developer iteration, 2.0.1.
1 parent 8bd4922 commit b34c722

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.0.1 (Next)
2+
3+
#### Features
4+
5+
* Your contribution here.
6+
7+
#### Fixes
8+
9+
* Your contribution here.
10+
111
### 2.0.0 (2023/11/11)
212

313
#### Features

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ content negotiation, versioning and much more.
160160

161161
## Stable Release
162162

163-
You're reading the documentation for the stable release of Grape, **2.0.0**.
163+
You're reading the documentation for the next release of Grape, which should be **2.0.1**.
164164
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
165+
The current stable release is [2.0.0](https://github.com/ruby-grape/grape/blob/v2.0.0/README.md).
165166

166167

167168
## Project Resources

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

0 commit comments

Comments
 (0)