diff --git a/CHANGELOG.md b/CHANGELOG.md index 634a172f9b..d994113976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,10 @@ -### 2.2.0 (Next) - -#### Features - -* Your contribution here. +### 2.1.3 (2024-07-13) #### Fixes * [#2467](https://github.com/ruby-grape/grape/pull/2467): Fix repo coverage - [@ericproulx](https://github.com/ericproulx). * [#2468](https://github.com/ruby-grape/grape/pull/2468): Align `error!` method signatures across different places - [@numbata](https://github.com/numbata). * [#2469](https://github.com/ruby-grape/grape/pull/2469): Fix full path building for lateral scopes - [@numbata](https://github.com/numbata). -* Your contribution here. ### 2.1.2 (2024-06-28) diff --git a/README.md b/README.md index 3be2dcead9..7ecffc2715 100644 --- a/README.md +++ b/README.md @@ -157,9 +157,8 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com ## Stable Release -You're reading the documentation for the next release of Grape, which should be 2.2.0. +You're reading the documentation for the stable release of Grape, **2.1.3**. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. -The current stable release is [2.1.2](https://github.com/ruby-grape/grape/blob/v2.1.2/README.md). ## Project Resources diff --git a/lib/grape/version.rb b/lib/grape/version.rb index 5083e38bd9..80f48e112f 100644 --- a/lib/grape/version.rb +++ b/lib/grape/version.rb @@ -2,5 +2,5 @@ module Grape # The current version of Grape. - VERSION = '2.2.0' + VERSION = '2.1.3' end