Skip to content

Commit 9f81fb6

Browse files
committed
Preparing for next development iteration, 1.0.1. Closes #1598.
1 parent 25a5db9 commit 9f81fb6

File tree

3 files changed

+13
-2
lines changed

3 files changed

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

313
#### Features

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ content negotiation, versioning and much more.
109109

110110
## Stable Release
111111

112-
You're reading the documentation for the stable release of Grape, 1.0.0.
112+
You're reading the documentation for the next release of Grape, which should be **1.0.1**.
113113
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
114+
The current stable release is [1.0.0](https://github.com/ruby-grape/grape/blob/v1.0.0/README.md).
114115

115116
## Project Resources
116117

lib/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Grape
22
# The current version of Grape.
3-
VERSION = '1.0.0'.freeze
3+
VERSION = '1.0.1'.freeze
44
end

0 commit comments

Comments
 (0)