diff --git a/MixItUp.WPF/Changelog.html b/MixItUp.WPF/Changelog.html
index 2e280a4db..bc404ab9e 100644
--- a/MixItUp.WPF/Changelog.html
+++ b/MixItUp.WPF/Changelog.html
@@ -7,6 +7,13 @@
Changelog
IMPORTANT NOTE: This update introduces large-scale changes to all Overlay functionality throughout the application and includes some breaking changes. As such, we recommend NOT updating immediately before a stream and waiting until you have time to walkthrough all of the changes and ensure your Overlay setup and interactions are configured to your liking.
+ v1.2.0.11:
+
+ - Adding support for Team Incentives and Team Milestones for DonorDrive. These are usable only while the "Include Team Donations / Events" option is toggled under Services -> DonorDrive
+ - Fixing bug with Twitch Mass Gifted Sub event command not triggering if the Mass Gifted Subs Filter Amount setting is disabled
+ - Various quality of life & bug fixes
+
+
v1.2.0.0-1.2.0.10:
- Overlay v3 functionality updates:
diff --git a/MixItUp.WPF/Properties/AssemblyInfo.cs b/MixItUp.WPF/Properties/AssemblyInfo.cs
index 4f9c75a7f..33e45cee2 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.2.0.10")]
+[assembly: AssemblyVersion("1.2.0.11")]