Skip to content

Commit

Permalink
Preparing for release, 1.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 7, 2021
1 parent 3ade791 commit e83e81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
### 1.5.3 (Next)

#### Features

* Your contribution here.
### 1.5.3 (2021/03/07)

#### Fixes

* Your contribution here.

* [#2161](https://github.com/ruby-grape/grape/pull/2157): Handle EOFError from Rack when given an empty multipart body - [@bschmeck](https://github.com/bschmeck).
* [#2162](https://github.com/ruby-grape/grape/pull/2162): Corrected a hash modification while iterating issue - [@Jack12816](https://github.com/Jack12816).
* [#2164](https://github.com/ruby-grape/grape/pull/2164): Fix: `coerce_with` is now called for params with `nil` value - [@braktar](https://github.com/braktar).
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@ content negotiation, versioning and much more.

## Stable Release

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

## Project Resources

Expand Down

0 comments on commit e83e81f

Please sign in to comment.