Skip to content

Commit 4e92898

Browse files
committed
Preparing for next developer iteration, 0.19.2.
1 parent 14f0557 commit 4e92898

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

313
#### Features

README.md

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

107107
## Stable Release
108108

109-
You're reading the documentation for the stable release of Grape, 0.19.1.
109+
You're reading the documentation for the next release of Grape, which should be 0.19.2.
110110
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
111+
The current stable release is [0.19.1](https://github.com/ruby-grape/grape/blob/v0.19.1/README.md).
111112

112113
## Project Resources
113114

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Upgrading Grape
22
===============
33

4-
### Upgrading to >= 0.19.1 (next)
4+
### Upgrading to >= 0.19.1
55

66
#### DELETE now defaults to status code 200 for responses with a body, or 204 otherwise
77

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 = '0.19.1'.freeze
3+
VERSION = '0.19.2'.freeze
44
end

0 commit comments

Comments
 (0)