diff --git a/CHANGELOG.html b/CHANGELOG.html
index d907ff7..81525da 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -1,13 +1,18 @@
-
2023-02-03-beta
-
-Features
+2023-02-05
+Features
-- Add support for external listeners.
-
-
2023-01-31-beta
-
-Fixes
+ Added support for external listeners.
+
+ LootReserve:RegisterListener("RESERVES", id, callback)
to have lootreserve run that callback when it has a reserves update.
+ LootReserve:UnregisterListener("RESERVES", id)
to to stop getting updates about reserves.
+ LootReserve:PromptListener("RESERVES", id)
to get an update manually.
+
+
+Fixes
-- Restore classic era and Season of Mastery functionality.
-- Implemented LibUIDropDownMenu-4.0 so lootreserve no longer contributes to blizzard's dropdownmenu problems (fixes group finder error).
+ - Classic Era and Season of Mastery should once again be fully functional.
+ - Implemented LibUIDropDownMenu-4.0 so lootreserve no longer contributes to blizzard's dropdownmenu problems (avoids group finder error).
+ - Using the search bar in the reserves window once again automatically switches you to the Search tab.
+ - Fixed host window delay when many reserves were being sorted by boss.
+ - After importing reserves without class info, LootReserve should learn the characters' classes once they join the group.
\ No newline at end of file
diff --git a/CHANGELOG_HISTORY.html b/CHANGELOG_HISTORY.html
index f4edd14..47c5cf7 100644
--- a/CHANGELOG_HISTORY.html
+++ b/CHANGELOG_HISTORY.html
@@ -1,3 +1,24 @@
+2023-02-05
+Features
+
+ - Added support for external listeners.
+
+ LootReserve:RegisterListener("RESERVES", id, callback)
to have lootreserve run that callback when it has a reserves update.
+ LootReserve:UnregisterListener("RESERVES", id)
to to stop getting updates about reserves.
+ LootReserve:PromptListener("RESERVES", id)
to get an update manually.
+
+
+Fixes
+
+ - Classic Era and Season of Mastery should once again be fully functional.
+ - Implemented LibUIDropDownMenu-4.0 so lootreserve no longer contributes to blizzard's dropdownmenu problems (avoids group finder error).
+ - Using the search bar in the reserves window once again automatically switches you to the Search tab.
+ - Fixed host window delay when many reserves were being sorted by boss.
+ - After importing reserves without class info, LootReserve should learn the characters' classes once they join the group.
+
+
+
+
2023-01-28
MANDATORY UPDATE
Fixes
diff --git a/LootReserve.toc b/LootReserve.toc
index d462564..e2b036c 100644
--- a/LootReserve.toc
+++ b/LootReserve.toc
@@ -2,7 +2,7 @@
## Interface-Wrath: 30401
## Interface-Classic: 11403
-## Version: 2023-01-28
+## Version: 2023-02-05
## X-Min-Allowed-Version: 2023-01-28
## X-Curse-Project-ID: 390790