CHANGELOG.md in licensed-2.1.0 vs CHANGELOG.md in licensed-2.2.0

- 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] +## 2.2.0 - 2019-05-11 + +### Added +- Content hash versioning strategy for go and manifest sources (https://github.com/github/licensed/pull/164) + +### Fixed +- Python source handles urls and package names with "-" in requirements.txt (:tada: @krzysztof-pawlik-gat https://github.com/github/licensed/pull/165) + ## 2.1.0 - 2019-04-16 ### Added - New Gradle dependency source enumerator (:tada: @dbussink https://github.com/github/licensed/pull/150, @jandersson-svt https://github.com/github/licensed/pull/159) - Metadata added to distributed packages (https://github.com/github/licensed/pull/160) @@ -152,6 +160,6 @@ ## 1.0.0 - 2018-02-20 Initial release :tada: -[Unreleased]: https://github.com/github/licensed/compare/2.0.1...HEAD +[Unreleased]: https://github.com/github/licensed/compare/2.2.0...HEAD