From 47eb702895fc42675b46980d3dd1be28c40f1d44 Mon Sep 17 00:00:00 2001 From: Eric Date: Sat, 13 Jul 2024 15:53:13 +0200 Subject: [PATCH] Preparing for next development iteration, 2.2.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 3 ++- lib/grape/version.rb | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d994113976..34c72c7287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 2.2.0 (Next) + +#### Features + +* Your contribution here. + +#### Fixes + +* Your contribution here. + ### 2.1.3 (2024-07-13) #### Fixes diff --git a/README.md b/README.md index 7ecffc2715..add3905b87 100644 --- a/README.md +++ b/README.md @@ -157,8 +157,9 @@ 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 stable release of Grape, **2.1.3**. +You're reading the documentation for the next release of Grape, which should be 2.2.0. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. +The current stable release is [2.1.3](https://github.com/ruby-grape/grape/blob/v2.1.3/README.md). ## Project Resources diff --git a/lib/grape/version.rb b/lib/grape/version.rb index 80f48e112f..5083e38bd9 100644 --- a/lib/grape/version.rb +++ b/lib/grape/version.rb @@ -2,5 +2,5 @@ module Grape # The current version of Grape. - VERSION = '2.1.3' + VERSION = '2.2.0' end