From 866909bd4e3785e406c6da0361ea4f4b95b571b7 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 23 Jul 2024 22:18:43 +0200
Subject: [PATCH] chore(main): release 2.12.2 (#212)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
CHANGELOG.md | 12 ++++++++++++
.../GIMI-ModManager.WinUI.csproj | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c33c7f2..dbc7955f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [2.12.2](https://github.com/Jorixon/JASM/compare/v2.12.1...v2.12.2) (2024-07-23)
+
+
+### Miscellaneous
+
+* Added all supported games to the quick switch menu (https://github.com/Jorixon/JASM/issues/210) Thanks [@jeffvli](https://github.com/jeffvli) ([afcd8a8](https://github.com/Jorixon/JASM/commit/afcd8a8ea850373477ed67394aed05d73e4832e4))
+
+
+### Code Refactoring
+
+* Limited the number of active tasks queued at the same time in ModUpdateAvailableChecker. This should improve performance when checking for mod updates with a large number of mods. ([#214](https://github.com/Jorixon/JASM/issues/214)) ([8364204](https://github.com/Jorixon/JASM/commit/8364204fd2fc873f8eb96c05584760325ac3bc1e))
+
## [2.12.1](https://github.com/Jorixon/JASM/compare/v2.12.0...v2.12.1) (2024-07-23)
diff --git a/src/GIMI-ModManager.WinUI/GIMI-ModManager.WinUI.csproj b/src/GIMI-ModManager.WinUI/GIMI-ModManager.WinUI.csproj
index 2de9e492..67adc398 100644
--- a/src/GIMI-ModManager.WinUI/GIMI-ModManager.WinUI.csproj
+++ b/src/GIMI-ModManager.WinUI/GIMI-ModManager.WinUI.csproj
@@ -16,7 +16,7 @@