CHANGELOG.md in licensed-1.5.1 vs CHANGELOG.md in licensed-1.5.2
- old
+ new
@@ -4,10 +4,18 @@
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.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
- 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)
@@ -102,6 +110,6 @@
## 1.0.0 - 2018-02-20
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