Skip to content

Commit

Permalink
prepare 1.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonabc committed Aug 15, 2018
1 parent b242b60 commit 87fcd6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 1.3.2 - 2018-08-15
### Fixed
- Fixed issue when multiple versions of a cabal package are found

## 1.3.1 - 2018-08-01
### Fixed
- Fixed regression finding ruby gems by path
Expand Down Expand Up @@ -64,4 +68,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/1.3.1...HEAD
[Unreleased]: https://github.com/github/licensed/compare/1.3.2...HEAD
2 changes: 1 addition & 1 deletion lib/licensed/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Licensed
VERSION = "1.3.1".freeze
VERSION = "1.3.2".freeze
end

0 comments on commit 87fcd6d

Please sign in to comment.