From 9ce5fb35276bea448444e2c57553cf51ae0f54a3 Mon Sep 17 00:00:00 2001 From: Dmitriy Nesteryuk Date: Sat, 11 Jan 2020 10:22:33 +0200 Subject: [PATCH] Preparing for release, 1.3.0. --- CHANGELOG.md | 3 +-- README.md | 3 +-- lib/grape/version.rb | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d5311fdd..8494be0e08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ -### 1.3.0 (Next) +### 1.3.0 (2020/01/11) #### Features -* Your contribution here. * [#1949](https://github.com/ruby-grape/grape/pull/1949): Add support for Ruby 2.7 - [@nbulaj](https://github.com/nbulaj). * [#1948](https://github.com/ruby-grape/grape/pull/1948): Relax `dry-types` dependency version - [@nbulaj](https://github.com/nbulaj). * [#1944](https://github.com/ruby-grape/grape/pull/1944): Reduces `attribute_translator` string allocations - [@ericproulx](https://github.com/ericproulx). diff --git a/README.md b/README.md index 0098f8c62f..a723a82605 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,8 @@ content negotiation, versioning and much more. ## Stable Release -You're reading the documentation for the next release of Grape, which should be **1.3.0**. +You're reading the documentation for the stable release of Grape, **1.3.0**. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. -The current stable release is [1.2.5](https://github.com/ruby-grape/grape/blob/v1.2.5/README.md). ## Project Resources diff --git a/lib/grape/version.rb b/lib/grape/version.rb index 00faa5f520..7785e6be68 100644 --- a/lib/grape/version.rb +++ b/lib/grape/version.rb @@ -2,5 +2,5 @@ module Grape # The current version of Grape. - VERSION = '1.2.6' + VERSION = '1.3.0' end