Skip to content

Commit

Permalink
prepare 1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonabc committed Aug 1, 2018
1 parent 196be30 commit fc378e7
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.1 - 2018-08-01
### Fixed
- Fixed regression finding ruby gems by path

## 1.3.0 - 2018-07-25
### Added
- Manifests for the manifest dependency source can be specified using glob patterns in the configuration
Expand Down Expand Up @@ -60,4 +64,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.0...HEAD
[Unreleased]: https://github.com/github/licensed/compare/1.3.1...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.0".freeze
VERSION = "1.3.1".freeze
end

0 comments on commit fc378e7

Please sign in to comment.