CHANGELOG.md in licensed-4.5.0 vs CHANGELOG.md in licensed-5.0.0

- old
+ new

@@ -4,10 +4,27 @@ 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] +## 5.0.0 + +### Breaking change + +- Only supports Ruby 3.0+ due to nokogiri upgrade + +### Changed + +- Ensure homepage string is not too long in cabal.rb to avoid DOS attack +- Update dependencies + +## 4.5.0 + +### Changed + +- Bumped a number of dependencies for security fixes + ## 4.4.0 ### Added - Licensed status command will alert on stale cached dependency records (https://github.com/github/licensed/pull/657) @@ -130,10 +147,10 @@ ## 3.7.2 ### Fixed - Comparing dependency license contents now finds matching contents regardless of the order of the licenses (https://github.com/github/licensed/pull/516) -- Fixed typo in a link in README.md (https://github.com/github/licensed/pull/514) +- Fixed typo in a link in README.md (https://github.com/github/licensed/pull/514) ### Changed - Elixir testing setup is migrated to erlef/setup-beam (https://github.com/github/licensed/pull/512)