From 2c8df0c7f39a735a2ec5095f22318db3344e6149 Mon Sep 17 00:00:00 2001 From: Jon Ruskin Date: Tue, 7 Jul 2020 09:23:29 -0700 Subject: [PATCH] release 2.12.2 ## 2.12.2 2020-07-07 ### Changed - Cleaned up ruby 2.7 warnings (:tada: @jurre https://github.com/github/licensed/pull/292) - Cleaned up additional warnings in tests (https://github.com/github/licensed/pull/293) --- CHANGELOG.md | 9 ++++++++- lib/licensed/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 728cc3b7..42cf62c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 2.12.2 +2020-07-07 + +### Changed +- Cleaned up ruby 2.7 warnings (:tada: @jurre https://github.com/github/licensed/pull/292) +- Cleaned up additional warnings in tests (https://github.com/github/licensed/pull/293) + ## 2.12.1 2020-06-30 @@ -333,4 +340,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Initial release :tada: -[Unreleased]: https://github.com/github/licensed/compare/2.12.1...HEAD +[Unreleased]: https://github.com/github/licensed/compare/2.12.2...HEAD diff --git a/lib/licensed/version.rb b/lib/licensed/version.rb index 2997d1d4..eebc3302 100644 --- a/lib/licensed/version.rb +++ b/lib/licensed/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Licensed - VERSION = "2.12.1".freeze + VERSION = "2.12.2".freeze def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first