CHANGELOG.md in licensed-2.4.0 vs CHANGELOG.md in licensed-2.5.0
- old
+ new
@@ -4,10 +4,19 @@
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]
+## 2.5.0
+2019-09-26
+
+### Added
+- `env` command to output application environment configuration (https://github.com/github/licensed/pull/187, https://github.com/github/licensed/pull/191)
+
+### Changed
+- `status` command will pass if multiple allowed licenses are found (https://github.com/github/licensed/pull/188)
+
## 2.4.0
2019-09-15
### Added
- Composer source for PHP (https://github.com/github/licensed/pull/182)
@@ -212,6 +221,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/2.4.0...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/2.5.0...HEAD