Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
## 3.2.2

2021-09-09

### Fixed

- Bundler source works properly again when used outside of `bundle exec` (#397)
  • Loading branch information
jonabc committed Sep 10, 2021
1 parent d66f8dd commit f991556
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/licensed/version.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f991556

Please sign in to comment.