Skip to content

Commit

Permalink
Merge pull request #108 from github/release-1.5.1
Browse files Browse the repository at this point in the history
Release 1.5.1
  • Loading branch information
jonabc authored Oct 30, 2018
2 parents 2d966bb + 745224f commit d06370e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 1.5.1 - 2018-10-30

### Fixed
- Fixed a scenario where licensed wasn't finding bundler dependencies when run as an executable due to a ruby version mismatch (https://github.com/github/licensed/pull/106)

## 1.5.0 - 2018-10-24
### Added
- `licensed (version | -v | --version)` command to see the current licensed version (:tada: @mwagz! https://github.com/github/licensed/pull/101)
Expand Down Expand Up @@ -99,4 +104,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.0...HEAD
[Unreleased]: https://github.com/github/licensed/compare/1.5.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.5.0".freeze
VERSION = "1.5.1".freeze
end

0 comments on commit d06370e

Please sign in to comment.