diff --git a/CHANGELOG.md b/CHANGELOG.md index 480c27f3c9..489ef8aa2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/README.md b/README.md index e7f9a14b17..f74f17f74e 100644 --- a/README.md +++ b/README.md @@ -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