diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1656e971..bf42e32681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ -### 1.2.4 (Next) +### 1.2.5 (Next) #### Features * Your contribution here. + +#### Fixes + +* Your contribution here. + +### 1.2.4 (2019/06/13) + +#### Features + * [#1888](https://github.com/ruby-grape/grape/pull/1888): Makes the `configuration` hash widly available - [@myxoh](https://github.com/myxoh). * [#1864](https://github.com/ruby-grape/grape/pull/1864): Adds `finally` on the API - [@myxoh](https://github.com/myxoh). * [#1869](https://github.com/ruby-grape/grape/pull/1869): Fix issue with empty headers after `error!` method call - [@anaumov](https://github.com/anaumov). diff --git a/README.md b/README.md index 611b9de226..08ae328833 100644 --- a/README.md +++ b/README.md @@ -153,9 +153,9 @@ content negotiation, versioning and much more. ## Stable Release -You're reading the documentation for the next release of Grape, which should be **1.2.4**. +You're reading the documentation for the next release of Grape, which should be **1.2.5**. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. -The current stable release is [1.2.3](https://github.com/ruby-grape/grape/blob/v1.2.3/README.md). +The current stable release is [1.2.4](https://github.com/ruby-grape/grape/blob/v1.2.4/README.md). ## Project Resources