Skip to content

Commit

Permalink
Merge pull request #74 from github/release-1.3.1
Browse files Browse the repository at this point in the history
Prepare for 1.3.1 release
  • Loading branch information
jonabc authored Aug 1, 2018
2 parents 196be30 + fc378e7 commit f17d242
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 f17d242

Please sign in to comment.