diff --git a/MixItUp.WPF/Changelog.html b/MixItUp.WPF/Changelog.html
index 530e8bc74..0578e6e7d 100644
--- a/MixItUp.WPF/Changelog.html
+++ b/MixItUp.WPF/Changelog.html
@@ -5,6 +5,15 @@
Changelog
+ v1.1.0.14:
+
+ - Adding YouTube section to Channel page
+ - Fixing Unmod User and Unban User functionality for Moderation Action for YouTube
+ - Adding count() function to Special Identifier action
+ - Adding additional error handling to VTube Studio and Twitch Integrated Throwing System service connectivity
+ - Various quality of life & bug fixes
+
+
v1.1.0.13:
- Adding Twitch Channel Ad Upcoming, Twitch Channel Ad Started, and Twitch Channel Ad Ended event commnads.
diff --git a/MixItUp.WPF/Properties/AssemblyInfo.cs b/MixItUp.WPF/Properties/AssemblyInfo.cs
index e9ab1081c..97d1be750 100644
--- a/MixItUp.WPF/Properties/AssemblyInfo.cs
+++ b/MixItUp.WPF/Properties/AssemblyInfo.cs
@@ -48,4 +48,4 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.1.0.13")]
+[assembly: AssemblyVersion("1.1.0.14")]