Skip to content

Commit 7eec4ed

Browse files
committed
Preparing for next development iteration, 1.3.2
1 parent 812284f commit 7eec4ed

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 1.3.2 (Next)
2+
3+
#### Features
4+
5+
* Your contribution here.
6+
7+
#### Fixes
8+
9+
* Your contribution here.
10+
111
### 1.3.1 (2020/03/11)
212

313
#### Features

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ content negotiation, versioning and much more.
154154

155155
## Stable Release
156156

157-
You're reading the documentation for the stable release of Grape, **1.3.1**.
157+
You're reading the documentation for the next release of Grape, which should be **1.3.2**.
158+
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
159+
The current stable release is [1.3.1](https://github.com/ruby-grape/grape/blob/v1.3.1/README.md).
158160

159161
## Project Resources
160162

lib/grape/version.rb

Lines changed: 1 addition & 1 deletion
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.3.1'
5+
VERSION = '1.3.2'
66
end

0 commit comments

Comments
 (0)