From 23799b6172fef7854ad95351ac83649336ef78e2 Mon Sep 17 00:00:00 2001 From: Jon Ruskin Date: Fri, 9 Oct 2020 10:39:24 -0700 Subject: [PATCH] release 2.14.1 ## 2.14.1 2020-10-09 ### Fixed - Shell command output is encoded to UTF8 (https://github.com/github/licensed/pull/319) --- CHANGELOG.md | 10 ++++++++-- lib/licensed/version.rb | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7749595e..7752fd46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 2.14.1 +2020-10-09 + +### Fixed +- Shell command output is encoded to UTF8 (https://github.com/github/licensed/pull/319) + ## 2.14.0 2020-10-04 -### Addded +### Added - `reviewed` dependencies can use glob pattern matching (https://github.com/github/licensed/pull/313) ### Fixed @@ -360,4 +366,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.0...HEAD +[Unreleased]: https://github.com/github/licensed/compare/2.14.1...HEAD diff --git a/lib/licensed/version.rb b/lib/licensed/version.rb index 20275cac..c53755a6 100644 --- a/lib/licensed/version.rb +++ b/lib/licensed/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Licensed - VERSION = "2.14.0".freeze + VERSION = "2.14.1".freeze def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first