CHANGELOG.md in app-info-2.2.0 vs CHANGELOG.md in app-info-2.3.0

- old
+ new

@@ -7,15 +7,24 @@ ## [Unreleased] > List all changes before release a new version. +## [2.3.0] (2021-01-15) + +### Changed + +- Change `IPA::ExportType::INHOUSE` to `IPA::ExportType::ENTERPRISE` and change the value. #[24](https://github.com/icyleaf/app-info/pull/24) +### Added + +- Add `plugins`, `frameworks` to `AppInfo::IPA`. #[25](https://github.com/icyleaf/app-info/pull/25) + ## [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 `platforms`, `platform` and `type` to `AppInfo::MobileProvision`. - Add Enabled Capabilities support for mobileprovision. #[21](https://github.com/icyleaf/app-info/pull/19) ## [2.1.4] (2020-01-21) ### Fixed @@ -80,11 +89,12 @@ ### 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.2.0..HEAD -[2.2.0]: https://github.com/icyleaf/app-info/compare/v2.1.3...v2.1.4 +[Unreleased]: https://github.com/icyleaf/app-info/compare/v2.3.0..HEAD +[2.2.0]: https://github.com/icyleaf/app-info/compare/v2.2.0...v2.3.0 +[2.2.0]: https://github.com/icyleaf/app-info/compare/v2.1.4...v2.2.0 [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