CHANGELOG.md in app-info-2.1.4 vs CHANGELOG.md in app-info-2.2.0
- old
+ new
@@ -7,10 +7,17 @@
## [Unreleased]
> List all changes before release a new version.
+## [2.2.0] (2020-07-21)
+
+### Added
+
+- Add `platforms`, `platform` and `type` to `AppInfo::MobileProvision`. #[21](https://github.com/icyleaf/app-info/pull/19)
+- Add Enabled Capabilities support for mobileprovision. #[21](https://github.com/icyleaf/app-info/pull/19)
+
## [2.1.4] (2020-01-21)
### Fixed
- Correct Zipped dSYM filename with directory.
@@ -73,10 +80,11 @@
### Changed
- Updated dependency of CFPropertly list be a range between 2.3.4. (thanks @[cschroed](https://github.com/cschroed))
-[Unreleased]: https://github.com/icyleaf/app-info/compare/v2.1.4..HEAD
+[Unreleased]: https://github.com/icyleaf/app-info/compare/v2.2.0..HEAD
+[2.2.0]: https://github.com/icyleaf/app-info/compare/v2.1.3...v2.1.4
[2.1.4]: https://github.com/icyleaf/app-info/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/icyleaf/app-info/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/icyleaf/app-info/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/icyleaf/app-info/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/icyleaf/app-info/compare/v2.0.0...v2.1.0