Skip to content

Commit 812284f

Browse files
committed
Preparing for release, 1.3.1
1 parent 960c7a7 commit 812284f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
### 1.3.1 (Next)
1+
### 1.3.1 (2020/03/11)
22

33
#### Features
44

5-
* Your contribution here.
65
* [#2005](https://github.com/ruby-grape/grape/pull/2005): Content types registrable - [@ericproulx](https://github.com/ericproulx).
76
* [#2003](https://github.com/ruby-grape/grape/pull/2003): Upgraded Rubocop to 0.80.1 - [@ericproulx](https://github.com/ericproulx).
87
* [#2002](https://github.com/ruby-grape/grape/pull/2002): Objects allocation optimization (lazy_lookup) - [@ericproulx](https://github.com/ericproulx).
98

109
#### Fixes
10+
1111
* [#2006](https://github.com/ruby-grape/grape/pull/2006): Fix explicit rescue StandardError - [@ericproulx](https://github.com/ericproulx).
1212
* [#2004](https://github.com/ruby-grape/grape/pull/2004): Rubocop fixes - [@ericproulx](https://github.com/ericproulx).
1313
* [#1995](https://github.com/ruby-grape/grape/pull/1995): Fix: "undefined instance variables" and "method redefined" warnings - [@nbeyer](https://github.com/nbeyer).

README.md

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

155155
## Stable Release
156156

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

161159
## Project Resources
162160

0 commit comments

Comments
 (0)