CHANGELOG.md in licensed-4.0.2 vs CHANGELOG.md in licensed-4.0.3
- old
+ new
@@ -4,10 +4,21 @@
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]
+## 4.0.3
+
+### Changed
+
+- Cocoapods dependency enumeration has been disabled (https://github.com/github/licensed/pull/616)
+
+### Fixed
+
+- Fixed method signature change in Bundler API with Bundler >= 2.4.4 (:tada: @CvX https://github.com/github/licensed/pull/614)
+- Fixed installation dependency compatibility with Rails >= 7.0 (https://github.com/github/licensed/pull/616)
+
## 4.0.2
### Fixed
- The path to a gradlew executable can be configured when enumerating gradle dependencies (:tada: @LouisBoudreau https://github.com/github/licensed/pull/610)
@@ -687,6 +698,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/4.0.2...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/4.0.3...HEAD