diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b8d87..026198b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.10.1] - 2024-05-03 + +### Bug Fixes +- Fix always installing uninstalled products when using a Frontier login with `autoUpdate` enabled + ## [0.10.0] - 2024-05-01 ### New Features @@ -286,7 +291,8 @@ legendary launch --dry-run 9c203b6ed35846e8a4a9ff1e314f6593 2> >(grep "Launch pa Initial release -[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.10.0...HEAD +[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.8.2...v0.9.0 [0.8.2]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.8.1...v0.8.2 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 0eb816a..8c773fd 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - 0.10.0 + 0.10.1