From 02d7113d09eb9fcb4264c841d1fdd305e3e8adb5 Mon Sep 17 00:00:00 2001 From: dblock Date: Mon, 5 Oct 2020 08:26:01 -0400 Subject: [PATCH] Preparing for next developer iteration, 1.5.1. --- 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 dbaae37a6b..71a7cde384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 1.5.1 (Next) + +#### Features + +* Your contribution here. + +#### Fixes + +* Your contribution here. + ### 1.5.0 (2020/10/05) #### Fixes diff --git a/README.md b/README.md index 4d1f25e420..f68d58bcb4 100644 --- a/README.md +++ b/README.md @@ -156,8 +156,9 @@ content negotiation, versioning and much more. ## Stable Release -You're reading the documentation for the stable release of Grape, 1.5.0. +You're reading the documentation for the next release of Grape, which should be **1.5.1**. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. +The current stable release is [1.5.0](https://github.com/ruby-grape/grape/blob/v1.5.0/README.md). ## Project Resources diff --git a/lib/grape/version.rb b/lib/grape/version.rb index 05aefeb275..5fd4319c12 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.0' + VERSION = '1.5.1' end