From 1e13356dea73212b717a118423411d317a1e4224 Mon Sep 17 00:00:00 2001 From: Dmitriy Nesteryuk Date: Sat, 23 May 2020 09:21:45 +0300 Subject: [PATCH] Preparing for next development iteration, 1.3.4 --- 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 440dee4f6e..ed6cabc802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 1.3.4 (Next) + +#### Features + +* Your contribution here. + +#### Fixes + +* Your contribution here. + ### 1.3.3 (2020/05/23) #### Features diff --git a/README.md b/README.md index 9107d3edfe..b43a9e7cf5 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,9 @@ content negotiation, versioning and much more. ## Stable Release -You're reading the documentation for the stable release of Grape, **1.3.3**. +You're reading the documentation for the next release of Grape, which should be **1.3.4**. +Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. +The current stable release is [1.3.3](https://github.com/ruby-grape/grape/blob/v1.3.3/README.md). ## Project Resources diff --git a/lib/grape/version.rb b/lib/grape/version.rb index db729705f7..42bcaef015 100644 --- a/lib/grape/version.rb +++ b/lib/grape/version.rb @@ -2,5 +2,5 @@ module Grape # The current version of Grape. - VERSION = '1.3.3' + VERSION = '1.3.4' end