CHANGELOG.md in app-info-2.1.0 vs CHANGELOG.md in app-info-2.1.1
- old
+ new
@@ -7,16 +7,23 @@
## [Unreleased]
> List all changes before release a new version.
+
+## [2.1.1] (2019-12-28)
+
+### Fixed
+
+- Correct get dSYM binary file. #[19](https://github.com/icyleaf/app-info/pull/19)
+
## [2.1.0] (2019-10-31)
### Added
- Added `.[]` and `missing_method` to find and match in `AppInfo::InfoPlist` and `AppInfo::MobileProvision'.
-- Added `AppInfo::MobileProvision.developer_certs` . #[17](https://github.com/icyleaf/app-info/pull/17)
+- Added `AppInfo::MobileProvision.developer_certs`. #[17](https://github.com/icyleaf/app-info/pull/17)
## [2.0.0] (2019-10-29)
### Added
@@ -48,10 +55,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.0..HEAD
+[Unreleased]: https://github.com/icyleaf/app-info/compare/v2.1.1..HEAD
+[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
[2.0.0]: https://github.com/icyleaf/app-info/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/icyleaf/app-info/compare/v1.0.5...v1.1.2
[1.1.0]: https://github.com/icyleaf/app-info/compare/v1.0.5...v1.1.0
[1.0.5]: https://github.com/icyleaf/app-info/compare/v0.9.0...v1.0.5