Skip to content

Commit 2336544

Browse files
committed
Preparing for release, 1.6.0.
1 parent f5d9831 commit 2336544

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
### 1.6.0 (Next)
1+
### 1.6.0 (2021/10/04)
22

33
#### Features
44

55
* [#2190](https://github.com/ruby-grape/grape/pull/2190): Upgrade dev deps & drop Ruby 2.4.x support - [@dnesteryuk](https://github.com/dnesteryuk).
6-
* Your contribution here.
76

87
#### Fixes
98

109
* [#2176](https://github.com/ruby-grape/grape/pull/2176): Fix: OPTIONS fails if matching all routes - [@myxoh](https://github.com/myxoh).
1110
* [#2177](https://github.com/ruby-grape/grape/pull/2177): Fix: `default` validator fails if preceded by `as` validator - [@Catsuko](https://github.com/Catsuko).
1211
* [#2180](https://github.com/ruby-grape/grape/pull/2180): Call `super` in `API.inherited` - [@yogeshjain999](https://github.com/yogeshjain999).
1312
* [#2189](https://github.com/ruby-grape/grape/pull/2189): Fix: rename parameters when using `:as` (behaviour and grape-swagger documentation) - [@Jack12816](https://github.com/Jack12816).
14-
* Your contribution here.
1513

1614
### 1.5.3 (2021/03/07)
1715

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,8 @@ content negotiation, versioning and much more.
158158

159159
## Stable Release
160160

161-
You're reading the documentation for the next release of Grape, which should be **1.6.0**.
161+
You're reading the documentation for the stable release of Grape, **1.6.0**.
162162
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
163-
The current stable release is [1.5.3](https://github.com/ruby-grape/grape/blob/v1.5.3/README.md).
164163

165164
## Project Resources
166165

0 commit comments

Comments
 (0)