From 0e0ac104c51ce5e70e204ce51965d231f1a6d216 Mon Sep 17 00:00:00 2001 From: Dmitriy Nesteryuk Date: Sat, 6 Feb 2021 12:59:08 +0200 Subject: [PATCH] Preparing for next development iteration, 1.5.3 --- CHANGELOG.md | 10 ++++++++++ README.md | 4 +++- lib/grape/version.rb | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d75cccf988..2793496880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 1.5.3 (Next) + +#### Features + +* Your contribution here. + +#### Fixes + +* Your contribution here. + ### 1.5.2 (2021/02/06) #### Features diff --git a/README.md b/README.md index 0f967f65b9..373d53885b 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,9 @@ content negotiation, versioning and much more. ## Stable Release -You're reading the documentation for the stable release of Grape, 1.5.2. +You're reading the documentation for the next release of Grape, which should be **1.5.3**. +Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. +The current stable release is [1.5.2](https://github.com/ruby-grape/grape/blob/v1.5.2/README.md). ## Project Resources diff --git a/lib/grape/version.rb b/lib/grape/version.rb index b62f63d74b..9c06891392 100644 --- a/lib/grape/version.rb +++ b/lib/grape/version.rb @@ -2,5 +2,5 @@ module Grape # The current version of Grape. - VERSION = '1.5.2' + VERSION = '1.5.3' end