From d7f350c7139ceebff2deb4b6121e3c376eadff29 Mon Sep 17 00:00:00 2001 From: Nathaniel Bibler Date: Fri, 25 Sep 2020 10:17:31 -0400 Subject: [PATCH] 3.7.1 release --- CHANGELOG.md | 7 ++++++- Gemfile.lock | 2 +- lib/rapporteur/version.rb | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f78c37..cfeadc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ ## [HEAD][] / unreleased +* No significant changes. + +## [3.7.1][] / 2020-09-25 + * Fix a Ruby 2.7 keyword argument deprecation warning in MessageList. ## [3.7.0][] / 2020-01-02 @@ -193,4 +197,5 @@ [3.6.3]: https://github.com/envylabs/rapporteur/compare/v3.6.2...v3.6.3 [3.6.4]: https://github.com/envylabs/rapporteur/compare/v3.6.3...v3.6.4 [3.7.0]: https://github.com/envylabs/rapporteur/compare/v3.6.4...v3.7.0 -[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.7.0...master +[3.7.1]: https://github.com/envylabs/rapporteur/compare/v3.7.0...v3.7.1 +[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.7.1...master diff --git a/Gemfile.lock b/Gemfile.lock index cccb0e1..6e1b610 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rapporteur (3.7.0) + rapporteur (3.7.1) i18n (>= 0.6, < 2) GEM diff --git a/lib/rapporteur/version.rb b/lib/rapporteur/version.rb index 444ee30..9154f8f 100644 --- a/lib/rapporteur/version.rb +++ b/lib/rapporteur/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Rapporteur - VERSION = '3.7.0' + VERSION = '3.7.1' end