Skip to content

Commit

Permalink
Merge pull request #114 from github/release-1.5.2
Browse files Browse the repository at this point in the history
Release 1.5.2
  • Loading branch information
jonabc authored Dec 27, 2018
2 parents de1a148 + 7624094 commit 3bd9522
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]

## 1.5.2 - 2018-12-27

### Changes
- Go source added support for Go modules and Golang 1.11+ (https://github.com/github/licensed/pull/113)

### Fixed
- Licensed will have a non-zero exit code when commands fail (:tada: @parkr https://github.com/github/licensed/pull/111)

## 1.5.1 - 2018-10-30

### Fixed
Expand Down Expand Up @@ -104,4 +112,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.5.1...HEAD
[Unreleased]: https://github.com/github/licensed/compare/1.5.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.5.1".freeze
VERSION = "1.5.2".freeze
end

0 comments on commit 3bd9522

Please sign in to comment.