From 5d90f4d8c384f6ab39aae0133057ea2f3d9f8455 Mon Sep 17 00:00:00 2001 From: dblock Date: Sun, 1 Dec 2019 11:18:50 -0500 Subject: [PATCH] Preparing for release, 1.2.5. --- CHANGELOG.md | 4 +--- README.md | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e353127ded..e661143a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ -### 1.2.5 (Next) +### 1.2.5 (2019/12/01) #### Features -* Your contribution here. * [#1931](https://github.com/ruby-grape/grape/pull/1931): Introduces LazyBlock to generate expressions that will executed at mount time - [@myxoh](https://github.com/myxoh). * [#1918](https://github.com/ruby-grape/grape/pull/1918): Helper methods to access controller context from middleware - [@NikolayRys](https://github.com/NikolayRys). * [#1915](https://github.com/ruby-grape/grape/pull/1915): Micro optimizations in allocating hashes and arrays - [@dnesteryuk](https://github.com/dnesteryuk). @@ -12,7 +11,6 @@ #### Fixes -* Your contribution here. * [#1917](https://github.com/ruby-grape/grape/pull/1917): Update access to rack constant - [@NikolayRys](https://github.com/NikolayRys). * [#1916](https://github.com/ruby-grape/grape/pull/1916): Drop old appraisals - [@NikolayRys](https://github.com/NikolayRys). * [#1911](https://github.com/ruby-grape/grape/pull/1911): Make sure `Grape::Valiations::AtLeastOneOfValidator` properly treats nested params in errors - [@dnesteryuk](https://github.com/dnesteryuk). diff --git a/README.md b/README.md index ace28234be..ae4c3b166d 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,8 @@ content negotiation, versioning and much more. ## Stable Release -You're reading the documentation for the next release of Grape, which should be **1.2.5**. +You're reading the documentation for the stable release of Grape, **1.2.5**. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. -The current stable release is [1.2.4](https://github.com/ruby-grape/grape/blob/v1.2.4/README.md). ## Project Resources