diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62b903110..93a983600 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,20 @@
-## **Release v1.36.1 - 2024-10-29**
+## **Release v1.37.4 - 2024-11-28**
+**Hearthstone**:
+- Added card icons for cards that return to hand at the end of the turn (Corpsicle, Libram of Divinity).
+- Fixed forge icon not appearing when the forged card was drawn by another card.
+- Fixed The Ceaseless Expanse counter not increasing when fracking is played.
+- Fixed some active effects appearing on the wrong side.
+- Fixed Pro gamer's Rock, Paper and Scissors cards appearing in the decklist.
+
+**Updater Improvements**:
+- Improved reliability and download speeds for users in China.
+
+**Language Settings**:
+- The card language setting has been removed. The language used for cards now automatically matches the language of the Hearthstone installation.
+- The UI language setting has been moved to `Options > Tracker > General`.
+
+
+## **Release v1.37.3 - 2024-11-21**
 **Updated for Hearthstone 31.0.3**
 
 ## **Release v1.37.2 - 2024-11-19**
diff --git a/Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj b/Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj
index 44e0a8e4c..626c32512 100644
--- a/Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj	
+++ b/Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj	
@@ -11,8 +11,8 @@
     <NeutralLanguage>en</NeutralLanguage>
     <Description>Hearthstone Deck Tracker</Description>
     <Copyright>Copyright © HearthSim 2024</Copyright>
-    <AssemblyVersion>1.37.3</AssemblyVersion>
-    <FileVersion>1.37.3</FileVersion>
+    <AssemblyVersion>1.37.4</AssemblyVersion>
+    <FileVersion>1.37.4</FileVersion>
     <UseWPF>true</UseWPF>
     <PlatformTarget>x86</PlatformTarget>
     <Platforms>x86</Platforms>