From 2cec05ffb4976e65795061aead8b30bb61978bcc Mon Sep 17 00:00:00 2001 From: Jon Ruskin Date: Fri, 11 Dec 2020 15:08:42 -0700 Subject: [PATCH] release 2.14.3 --- CHANGELOG.md | 8 +++++++- lib/licensed/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f008690c..971a1cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 2.14.3 +2020-12-11 + +## Fixed +- Auto-generating license text for a known license will no longer raise an error if the found license has no text (:tada: @Eun https://github.com/github/licensed/pull/328) + ## 2.14.2 2020-11-20 @@ -373,4 +379,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.14.2...HEAD +[Unreleased]: https://github.com/github/licensed/compare/2.14.3...HEAD diff --git a/lib/licensed/version.rb b/lib/licensed/version.rb index c4c0d90b..8332a7ff 100644 --- a/lib/licensed/version.rb +++ b/lib/licensed/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Licensed - VERSION = "2.14.2".freeze + VERSION = "2.14.3".freeze def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first