diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcf57a14d..8521e058d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ -### 1.2.3 (Next) +### 1.2.4 (Next) #### Features * Your contribution here. + +#### Fixes + +* Your contribution here. + +### 1.2.3 (2019/01/16) + +#### Features + * [#1850](https://github.com/ruby-grape/grape/pull/1850): Adds `same_as` validator - [@glaucocustodio](https://github.com/glaucocustodio). * [#1833](https://github.com/ruby-grape/grape/pull/1833): Allows to set the `ParamBuilder` globally - [@myxoh](https://github.com/myxoh). diff --git a/README.md b/README.md index 317df4e194..527994c3ad 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,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.3**. +You're reading the documentation for the next release of Grape, which should be **1.2.4**. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. -The current stable release is [1.2.2](https://github.com/ruby-grape/grape/blob/v1.2.2/README.md). +The current stable release is [1.2.3](https://github.com/ruby-grape/grape/blob/v1.2.3/README.md). ## Project Resources