diff --git a/CHANGELOG.md b/CHANGELOG.md index bd450b97e9..8d85e957e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 2.0.1 (Next) + +#### Features + +* Your contribution here. + +#### Fixes + +* Your contribution here. + ### 2.0.0 (2023/11/11) #### Features diff --git a/README.md b/README.md index 8478839159..81d6ddc810 100644 --- a/README.md +++ b/README.md @@ -160,8 +160,9 @@ content negotiation, versioning and much more. ## Stable Release -You're reading the documentation for the stable release of Grape, **2.0.0**. +You're reading the documentation for the next release of Grape, which should be **2.0.1**. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. +The current stable release is [2.0.0](https://github.com/ruby-grape/grape/blob/v2.0.0/README.md). ## Project Resources diff --git a/lib/grape/version.rb b/lib/grape/version.rb index c6660d510f..df942655ae 100644 --- a/lib/grape/version.rb +++ b/lib/grape/version.rb @@ -2,5 +2,5 @@ module Grape # The current version of Grape. - VERSION = '2.0.0' + VERSION = '2.0.1' end