diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b4dce9bd..f8958b18cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ -### 1.3.2 (Next) +### 1.3.2 (2020/04/12) #### Features -* Your contribution here. * [#2020](https://github.com/ruby-grape/grape/pull/2020): Reduce array allocation - [@ericproulx](https://github.com/ericproulx). * [#2015](https://github.com/ruby-grape/grape/pull/2014): Reduce MatchData allocation - [@ericproulx](https://github.com/ericproulx). * [#2014](https://github.com/ruby-grape/grape/pull/2014): Reduce total allocated arrays - [@ericproulx](https://github.com/ericproulx). @@ -9,7 +8,6 @@ #### Fixes -* Your contribution here. * [#2033](https://github.com/ruby-grape/grape/pull/2033): Ensure `Float` params are correctly coerced to `BigDecimal` - [@tlconnor](https://github.com/tlconnor). * [#2031](https://github.com/ruby-grape/grape/pull/2031): Fix a regression with an array of a custom type - [@dnesteryuk](https://github.com/dnesteryuk). * [#2026](https://github.com/ruby-grape/grape/pull/2026): Fix a regression in `coerce_with` when coercion returns `nil` - [@misdoro](https://github.com/misdoro). diff --git a/README.md b/README.md index 6f0ce47fb6..3c9af6cab0 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,7 @@ content negotiation, versioning and much more. ## Stable Release -You're reading the documentation for the next release of Grape, which should be **1.3.2**. -Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. -The current stable release is [1.3.1](https://github.com/ruby-grape/grape/blob/v1.3.1/README.md). +You're reading the documentation for the stable release of Grape, 1.3.2. ## Project Resources