diff --git a/CHANGELOG.html b/CHANGELOG.html
index 03c34bc..457b013 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -1,3 +1,51 @@
+
2022-02-13
+ MANDATORY UPDATE
+
+Host
+
+- Renamed Server to Host since it's less ambiguous.
+- It's now possible to place a reserve on behalf of another player. Hosts will see the option in their Reserves window.
+- Automatic Distribution now works in combat. Click the glowing icons in the Rolls tab to distribute loot automatically.
+- Added "smart" mode for removing winners' reserves. This mode removes duplicate reserves if Usable is on, and removes just one reserve otherwise. For some items types (non-unique rings, tradeable raid materials), just one reserve will always be removed. Smart mode is now the default instead of Duplicate.
+- Recent Loot list shows the number of players reserving an item.
+- Items that have been won in the current session now show what type of roll granted the item. For example: Reserved, Main-Spec, +1.
+- Players rolling on unusable items will appear highlighted in red.
+- Added option to accept all roll formats. If enabled, rolls in any range (0-1000000) will be honored. This option is disabled by default.
+- Recent Chat now always shows up, making it possible to see the roll message.
+- Commands received over whispers should be smoother. Tokens can be reserved by attempting to reserve an item that they grant.
+- Added an option to limit !reserves command responses to a certain number of items at once. This should help in large groups with many players reserving over whispers. By default, this is enabled and limited to 5 items.
+- The chat command '!reserves' can now take arguments. Players will be encouraged to try whispering `!reserves ItemLinkOrName` instead if they hit the !reserves response limit.
+- Messages starting with only '!' and no keyword will not be responded to unless the command is successful. This should help prevent accidental whispers.
+- Slightly increased the roll nag delay (the reminder message whispered to players when the host is waiting on them to roll).
+- Many performance improvements. The Rolls window tolerates many more items being shown before it becomes laggy.
+- Searching for items/players is much faster and no longer causes freezes. All TBC items are now cached and searchable. Item loading is now done asynchronously.
+- Session and active roll are no longer deleted after being logged out for an extended time. There is now a prompt to remind the host that a stale session/roll exists.
+- Player classes are now remembered through logout/import/export.
+- Changed export format. Everything is still compatible.
+- Rolling the colored sack of gems off of Onyxia/Nefarion now treats it as if the common quality reservable sack of gems is being rolled. Sack of gems is no longer hidden by default.
+
+
+Client
+
+- Client is much better at at recognizing unusable items. It can now check if the item is unique, part of a quest, requires an unlearned profession, or is an already known skillbook/recipe.
+- Unusable items have a red description. They can still be reserved and rolled on.
+- Item descriptions on recipes now include the required level.
+- Added option to roll automatically on reserved items. This is enabled by default.
+- Tailoring, Leatherworking, and Blacksmithing patterns now appear in Hyjal loot.
+- Performance improvements. Searching for an item without an active session no longer causes freezes. Item loading is now done asynchronously.
+
+
+Fixes
+
+- Fixed an issue causing extremely long loading screens while the host window is open.
+- SoM realms should no longer be considered connected.
+- Fixed the "competition beep" playing sometimes after winning an item under certain host settings.
+- Fixed an error when someone who has no reserves tries to cancel a reserve.
+- Fixed a possible error when rolling an item with no reason provided.
+- Fixed an issue with german locale.
+- Minor text fixes.
+
+
2021-12-27
FILE CHANGES. UPDATING REQUIRES GAME RESTART
diff --git a/LootReserve.toc b/LootReserve.toc
index 77f95c8..3b9519c 100644
--- a/LootReserve.toc
+++ b/LootReserve.toc
@@ -1,9 +1,9 @@
-## Interface: 20502
+## Interface: 20503
## Title: LootReserve
## Notes: Soft reserves management addon
-## Version: 2021-12-27
-## X-Min-Allowed-Version: 2021-09-11
-## Author: Damage-Incendius|nOriginal addon by Tagar-NethergardeKeep
+## Version: 2022-02-13
+## X-Min-Allowed-Version: 2022-02-13
+## Author: Damagus-Benediction|nOriginal addon by Tagar-NethergardeKeep
## SavedVariables: LootReserveGlobalSave
## SavedVariablesPerCharacter: LootReserveCharacterSave
diff --git a/LootReserve_TBC.toc b/LootReserve_TBC.toc
index 77f95c8..3b9519c 100644
--- a/LootReserve_TBC.toc
+++ b/LootReserve_TBC.toc
@@ -1,9 +1,9 @@
-## Interface: 20502
+## Interface: 20503
## Title: LootReserve
## Notes: Soft reserves management addon
-## Version: 2021-12-27
-## X-Min-Allowed-Version: 2021-09-11
-## Author: Damage-Incendius|nOriginal addon by Tagar-NethergardeKeep
+## Version: 2022-02-13
+## X-Min-Allowed-Version: 2022-02-13
+## Author: Damagus-Benediction|nOriginal addon by Tagar-NethergardeKeep
## SavedVariables: LootReserveGlobalSave
## SavedVariablesPerCharacter: LootReserveCharacterSave
diff --git a/LootReserve_Vanilla.toc b/LootReserve_Vanilla.toc
index 7081afd..a0c8953 100644
--- a/LootReserve_Vanilla.toc
+++ b/LootReserve_Vanilla.toc
@@ -1,9 +1,9 @@
-## Interface: 11401
+## Interface: 11402
## Title: LootReserve
## Notes: Soft reserves management addon
-## Version: 2021-12-27
-## X-Min-Allowed-Version: 2021-09-11
-## Author: Damage-Incendius|nOriginal addon by Tagar-NethergardeKeep
+## Version: 2022-02-13
+## X-Min-Allowed-Version: 2022-02-13
+## Author: Damagus-Benediction|nOriginal addon by Tagar-NethergardeKeep
## SavedVariables: LootReserveGlobalSave
## SavedVariablesPerCharacter: LootReserveCharacterSave