Skip to content

Commit

Permalink
Merge pull request #82 from github/release-1.3.4
Browse files Browse the repository at this point in the history
Release 1.3.4
  • Loading branch information
jonabc authored Sep 21, 2018
2 parents c5f4759 + 3459497 commit 7a689bb
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.4 - 2018-09-20
### Changes
- Bundler source will avoid looking for a gemspec file when possible

## 1.3.3 - 2018-09-07
### Fixed
- Manifest source configuration globs correctly enumerates files from within submodules
Expand Down Expand Up @@ -73,4 +77,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.3...HEAD
[Unreleased]: https://github.com/github/licensed/compare/1.3.4...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.3".freeze
VERSION = "1.3.4".freeze
end

0 comments on commit 7a689bb

Please sign in to comment.