CHANGELOG.md in licensed-2.12.1 vs CHANGELOG.md in licensed-2.12.2
- old
+ new
@@ -4,10 +4,17 @@
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.12.2
+2020-07-07
+
+### Changed
+- Cleaned up ruby 2.7 warnings (:tada: @jurre https://github.com/github/licensed/pull/292)
+- Cleaned up additional warnings in tests (https://github.com/github/licensed/pull/293)
+
## 2.12.1
2020-06-30
### Fixed
- `licensed` no longer exits an error code when using the `--sources` CLI argument(https://github.com/github/licensed/pull/290)
@@ -331,6 +338,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/2.12.1...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/2.12.2...HEAD