diff --git a/CHANGELOG.html b/CHANGELOG.html
index 8c8c563..f0754e2 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -1,3 +1,24 @@
+
2022-09-25
+ MANDATORY UPDATE
+
+Host
+
+- Item Name Matching during import is now configurable, and defaults to off. It was causing huge lag when a lot of item names were entered.
+
+
+Client
+
+- Wrath data has been added.
+- Amani War Bear removed from ZA.
+
+
+Fixes
+
+- Fist Weapons are no longer considered usable for all classes.
+- Added a check to hopefully fix lua errors with very old settings.
+- Fixed some issues with Classic quest rewards which were specific to Horde.
+
+
2022-09-06
MANDATORY UPDATE
@@ -18,7 +39,6 @@ 2022-09-06
Added config option for 12h time format. 24h remains the default format.
Added config option to accept rolls after the timer has ended. This is on by default.
Best Name Match is enabled by default in Host Import.
-
Can now continue a roll from history. Rolls with multiple phases that were made prior to this change will not continue to the next phase as expected.
Stackable BoP items are no longer added to Recent Loot if someone else loots one (they are never tradeable in raids).
Can now shift-click and control-click on Recent Loot items to hide or block them from the list.
diff --git a/LootReserve.toc b/LootReserve.toc
index 24ec5b3..4eed08c 100644
--- a/LootReserve.toc
+++ b/LootReserve.toc
@@ -3,8 +3,8 @@
## Notes: Soft reserves management addon
## Author: Damagus-Benediction|nOriginal addon by Tagar-NethergardeKeep
-## Version: 2022-09-06
-## X-Min-Allowed-Version: 2022-09-06
+## Version: 2022-09-25
+## X-Min-Allowed-Version: 2022-09-25
## OptionalDeps: ItemCache
diff --git a/LootReserve_TBC.toc b/LootReserve_TBC.toc
deleted file mode 100644
index 24ec5b3..0000000
--- a/LootReserve_TBC.toc
+++ /dev/null
@@ -1,32 +0,0 @@
-## Interface: 30400
-## Title: LootReserve
-## Notes: Soft reserves management addon
-## Author: Damagus-Benediction|nOriginal addon by Tagar-NethergardeKeep
-
-## Version: 2022-09-06
-## X-Min-Allowed-Version: 2022-09-06
-
-## OptionalDeps: ItemCache
-
-## SavedVariables: LootReserveGlobalSave
-## SavedVariablesPerCharacter: LootReserveCharacterSave
-
-embeds.xml
-
-LootReserve.lua
-Constants.lua
-ItemSearch.lua
-Client.lua
-Server.lua
-Comm.lua
-Data.lua
-ItemConditions.lua
-
-Windows/Common.xml
-Windows/ClientWindow.xml
-Windows/ServerWindow.xml
-Windows/RollRequestWindow.xml
-Windows/ServerLootEditWindow.xml
-Windows/ServerMembersEditWindow.xml
-Windows/ServerImportWindow.xml
-Windows/ServerExportWindow.xml
diff --git a/LootReserve_Vanilla.toc b/LootReserve_Vanilla.toc
index ba2cace..762a8db 100644
--- a/LootReserve_Vanilla.toc
+++ b/LootReserve_Vanilla.toc
@@ -3,8 +3,8 @@
## Notes: Soft reserves management addon
## Author: Damagus-Benediction|nOriginal addon by Tagar-NethergardeKeep
-## Version: 2022-09-06
-## X-Min-Allowed-Version: 2022-09-06
+## Version: 2022-09-25
+## X-Min-Allowed-Version: 2022-09-25
## OptionalDeps: ItemCache
diff --git a/LootReserve_Wrath.toc b/LootReserve_Wrath.toc
index 24ec5b3..4eed08c 100644
--- a/LootReserve_Wrath.toc
+++ b/LootReserve_Wrath.toc
@@ -3,8 +3,8 @@
## Notes: Soft reserves management addon
## Author: Damagus-Benediction|nOriginal addon by Tagar-NethergardeKeep
-## Version: 2022-09-06
-## X-Min-Allowed-Version: 2022-09-06
+## Version: 2022-09-25
+## X-Min-Allowed-Version: 2022-09-25
## OptionalDeps: ItemCache