CHANGELOG.md in app-info-2.5.4 vs CHANGELOG.md in app-info-2.6.0
- old
+ new
@@ -7,10 +7,35 @@
## [Unreleased]
> List all changes before release a new version.
+## [2.6.0] (2021-08-24)
+
+### Changed
+
+- [breaking changes] Dropped Ruby 2.3, 2.4
+- [breaking changes] get all parser size with human reable changes to keyword arguments
+- Rewrite InfoPlist parser
+- iOS framework and plugin array sortted by ASC
+- Move CI to Github Action
+
+### Added
+
+- macOS App parser support [#34](https://github.com/icyleaf/app_info/pull/34)
+- CLI shell mode support
+
+### Fixed
+
+- Ruby 3.0 support
+
+## [2.5.4] (2021-07-08)
+
+### Fixed
+
+- Make `ruby-macho` version match a range between 1.4 and 3.
+
## [2.5.3] (2021-06-16)
### Fixed
- Fix decompress png error (mostly because of it is a normal png file) [#32](https://github.com/icyleaf/app_info/pull/32) thanks @[莫小七](https://github.com/mxq0923)
@@ -134,10 +159,13 @@
### 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.5.2..HEAD
+[Unreleased]: https://github.com/icyleaf/app-info/compare/v2.6.0..HEAD
+[2.6.0]: https://github.com/icyleaf/app-info/compare/v2.5.4...v2.6.0
+[2.5.4]: https://github.com/icyleaf/app-info/compare/v2.5.3...v2.5.4
+[2.5.3]: https://github.com/icyleaf/app-info/compare/v2.5.2...v2.5.3
[2.5.2]: https://github.com/icyleaf/app-info/compare/v2.5.1...v2.5.2
[2.5.1]: https://github.com/icyleaf/app-info/compare/v2.4.3...v2.5.1
[2.4.3]: https://github.com/icyleaf/app-info/compare/v2.4.2...v2.4.3
[2.4.2]: https://github.com/icyleaf/app-info/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/icyleaf/app-info/compare/v2.3.0...v2.4.1