Skip to content

Commit

Permalink
Merge pull request #294 from github/release-2.12.2
Browse files Browse the repository at this point in the history
Release 2.12.2
  • Loading branch information
Jon Ruskin committed Jul 7, 2020
2 parents ee18077 + 2c8df0c commit f98f68f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit f98f68f

Please sign in to comment.