CHANGELOG.md in licensed-1.4.0 vs CHANGELOG.md in licensed-1.5.1

- old
+ new

@@ -4,10 +4,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [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) + +### Fixed +- NPM source no longer raises an error when ignored dependencies aren't found (:tada: @mwagz! https://github.com/github/licensed/pull/100) +- Checking for a Git repo will no longer possibly modify `.git/index` (:tada: @dbussink https://github.com/github/licensed/pull/102) +- Fixed a scenario where licensed wasn't finding bundler dependencies when run as an executable (https://github.com/github/licensed/pull/103) + ## 1.4.0 - 2018-10-20 ### Added - Git Submodules dependency source :tada: - Configuration option to explicitly set a root absolute path @@ -88,6 +102,6 @@ ## 1.0.0 - 2018-02-20 Initial release :tada: -[Unreleased]: https://github.com/github/licensed/compare/1.4.0...HEAD +[Unreleased]: https://github.com/github/licensed/compare/1.5.1...HEAD