Skip to content

Commit 0e0ac10

Browse files
committed
Preparing for next development iteration, 1.5.3
1 parent 381c00e commit 0e0ac10

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

313
#### Features

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ content negotiation, versioning and much more.
158158

159159
## Stable Release
160160

161-
You're reading the documentation for the stable release of Grape, 1.5.2.
161+
You're reading the documentation for the next release of Grape, which should be **1.5.3**.
162+
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
163+
The current stable release is [1.5.2](https://github.com/ruby-grape/grape/blob/v1.5.2/README.md).
162164

163165
## Project Resources
164166

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 = '1.5.2'
5+
VERSION = '1.5.3'
66
end

0 commit comments

Comments
 (0)