CHANGELOG.md in unwrappr-0.5.0 vs CHANGELOG.md in unwrappr-0.6.0

- old
+ new

@@ -4,10 +4,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -[Unreleased]: https://github.com/envato/unwrappr/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/envato/unwrappr/compare/v0.6.0...HEAD + +## [0.6.0] 2021-05-12 + +### Add +- Allow specification of Gemfile lock files to annotate. ([#86]) + +[0.6.0]: https://github.com/envato/unwrappr/compare/v0.5.0..v0.6.0 +[#86]: https://github.com/envato/unwrappr/pull/86 ## [0.5.0] 2021-01-04 ### Add - Support for Ruby 3. ([#79])