From 5509904ce5e1f431f0856e14546380756c5f9329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 29 May 2020 10:17:16 -0400 Subject: [PATCH] Prepare to 3.0.1 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/responders/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab78ef..4b2d972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.1 + +* Add support to Ruby 2.7 + ## 3.0.0 * Remove support for Rails 4.2 diff --git a/Gemfile.lock b/Gemfile.lock index 0b62e8f..4266c7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - responders (3.0.0) + responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) diff --git a/lib/responders/version.rb b/lib/responders/version.rb index d684320..191e4d2 100644 --- a/lib/responders/version.rb +++ b/lib/responders/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Responders - VERSION = "3.0.0" + VERSION = "3.0.1" end