CHANGELOG.md in licensed-3.0.0 vs CHANGELOG.md in licensed-3.0.1
- 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]
+## 3.0.1
+
+2021-05-17
+
+### Fixed
+
+- The bundler source will correctly enumerate dependencies pulled with a `git:` directive (https://github.com/github/licensed/pull/360)
+
## 3.0.0
2021-04-27
**This is a major release and includes potentially breaking changes to bundler dependency enumeration.**
@@ -419,6 +427,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/3.0.0...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/3.0.1...HEAD