From f9915567984055d0cc89913f81154378acd6e8ee Mon Sep 17 00:00:00 2001 From: Jon Ruskin Date: Thu, 9 Sep 2021 21:43:04 -0700 Subject: [PATCH] Release 3.2.2 ## 3.2.2 2021-09-09 ### Fixed - Bundler source works properly again when used outside of `bundle exec` (https://github.com/github/licensed/pull/397) --- CHANGELOG.md | 10 +++++++++- lib/licensed/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ebd147d..fa82b5e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 3.2.2 + +2021-09-09 + +### Fixed + +- Bundler source works properly again when used outside of `bundle exec` (https://github.com/github/licensed/pull/397) + ## 3.2.1 2021-09-06 @@ -480,4 +488,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/3.2.1...HEAD +[Unreleased]: https://github.com/github/licensed/compare/3.2.2...HEAD diff --git a/lib/licensed/version.rb b/lib/licensed/version.rb index 6692427b..07ecc396 100644 --- a/lib/licensed/version.rb +++ b/lib/licensed/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Licensed - VERSION = "3.2.1".freeze + VERSION = "3.2.2".freeze def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first