Skip to content

Commit fd53891

Browse files
committed
Preparing for next developer iteration, 1.1.1.
1 parent 0fb170c commit fd53891

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

313
#### Features
@@ -6,7 +16,6 @@
616

717
#### Fixes
818

9-
1019
* [#1762](https://github.com/ruby-grape/grape/pull/1763): Fix unsafe HTML rendering on errors - [@ctennis](https://github.com/ctennis).
1120
* [#1759](https://github.com/ruby-grape/grape/pull/1759): Update appraisal for rails_edge - [@zvkemp](https://github.com/zvkemp).
1221
* [#1758](https://github.com/ruby-grape/grape/pull/1758): Fix expanding load_path in gemspec - [@2maz](https://github.com/2maz).

README.md

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

146146
## Stable Release
147147

148-
You're reading the documentation for the stable release of Grape, **1.1.0**.
148+
You're reading the documentation for the next release of Grape, which should be **1.1.1**.
149149
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
150+
The current stable release is [1.1.0](https://github.com/ruby-grape/grape/blob/v1.1.0/README.md).
150151

151152
## Project Resources
152153

lib/grape/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Grape
22
# The current version of Grape.
3-
VERSION = '1.1.0'.freeze
3+
VERSION = '1.1.1'.freeze
44
end

0 commit comments

Comments
 (0)