From b1d114bb27c0bbef42e88e0d10f9996b3910dbd8 Mon Sep 17 00:00:00 2001 From: dm1try Date: Tue, 28 Dec 2021 17:16:40 +0300 Subject: [PATCH] Preparing for release, 1.6.1. --- CHANGELOG.md | 4 +--- README.md | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6316d81eea..a2446503ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ -### 1.6.1 (Next) +### 1.6.1 (2021/12/28) #### Features * [#2196](https://github.com/ruby-grape/grape/pull/2196): Add support for `passwords_hashed` param for `digest_auth` - [@lHydra](https://github.com/lhydra). * [#2208](https://github.com/ruby-grape/grape/pull/2208): Added Rails 7 support - [@ericproulx](https://github.com/ericproulx). -* Your contribution here. #### Fixes @@ -16,7 +15,6 @@ * [#2203](https://github.com/ruby-grape/grape/pull/2203): Add rubocop-rspec - [@ericproulx](https://github.com/ericproulx). * [#2207](https://github.com/ruby-grape/grape/pull/2207): Autoload Validations/Validators - [@ericproulx](https://github.com/ericproulx). * [#2209](https://github.com/ruby-grape/grape/pull/2209): Autoload Validations/Types - [@ericproulx](https://github.com/ericproulx). -* Your contribution here. ### 1.6.0 (2021/10/04) diff --git a/README.md b/README.md index 4716597438..ceebd1eb70 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.6.1**. +You're reading the documentation for the stable release of Grape, **1.6.1**. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. -The current stable release is [1.6.0](https://github.com/ruby-grape/grape/blob/v1.6.0/README.md). ## Project Resources