diff --git a/CHANGELOG.md b/CHANGELOG.md index e19d4928ab..bd450b97e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 2.0.0 (Next) +### 2.0.0 (2023/11/11) #### Features @@ -6,14 +6,12 @@ * [#2355](https://github.com/ruby-grape/grape/pull/2355): Set response headers based on Rack version - [@schinery](https://github.com/schinery). * [#2360](https://github.com/ruby-grape/grape/pull/2360): Reduce gem size by removing specs - [@ericproulx](https://github.com/ericproulx). * [#2361](https://github.com/ruby-grape/grape/pull/2361): Remove `Rack::Auth::Digest` - [@ninoseki](https://github.com/ninoseki). -* Your contribution here. #### Fixes * [#2364](https://github.com/ruby-grape/grape/pull/2364): Add missing requires - [@ericproulx](https://github.com/ericproulx). * [#2366](https://github.com/ruby-grape/grape/pull/2366): Default quality to 1.0 in the `Accept` header when omitted - [@hiddewie](https://github.com/hiddewie). * [#2368](https://github.com/ruby-grape/grape/pull/2368): Stripping the internals of `Grape::Endpoint` when `NoMethodError` is raised - [@jcagarcia](https://github.com/jcagarcia). -* Your contribution here. ### 1.8.0 (2023/08/30) diff --git a/README.md b/README.md index e1d1295afe..8478839159 100644 --- a/README.md +++ b/README.md @@ -160,9 +160,8 @@ content negotiation, versioning and much more. ## Stable Release -You're reading the documentation for the next release of Grape, which should be **2.0.0**. +You're reading the documentation for the stable release of Grape, **2.0.0**. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. -The current stable release is [1.8.0](https://github.com/ruby-grape/grape/blob/v1.8.0/README.md). ## Project Resources