diff --git a/CHANGELOG.md b/CHANGELOG.md
index 302c97c2..f1354926 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
### Changelog
+#### Version - 2.3.3.0 - 11/5/2020
+* Game file hashes are now stored on Github instead of on the build server
+* Added CLI Verb to produce these hash files for the Github repo
+* When a user runs out of Nexus API calls we no longer bombard the Nexus with download attempts
+* Check API limits before attempting a modlist download
+* Logger is less chatty about recoverable download errors
+* Display integer progress values during install so users know how far along in the process they are #issue-1156
+
#### Version - 2.3.2.0 - 11/2/2020
* 7Zip errors now re-hash the extracted file to check for file corruption issues. Should provide
better feedback in cases that a file is modified after being downloaded (perhaps by a disk failure)
diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj
index 5e3d9ea2..9de67964 100644
--- a/Wabbajack.CLI/Wabbajack.CLI.csproj
+++ b/Wabbajack.CLI/Wabbajack.CLI.csproj
@@ -6,8 +6,8 @@
wabbajack-cli
Wabbajack
x64
- 2.3.2.0
- 2.3.2.0
+ 2.3.3.0
+ 2.3.3.0
Copyright © 2019-2020
An automated ModList installer
true
diff --git a/Wabbajack.Launcher/Wabbajack.Launcher.csproj b/Wabbajack.Launcher/Wabbajack.Launcher.csproj
index a2e4372b..2c013949 100644
--- a/Wabbajack.Launcher/Wabbajack.Launcher.csproj
+++ b/Wabbajack.Launcher/Wabbajack.Launcher.csproj
@@ -4,8 +4,8 @@
WinExe
netcoreapp3.1
true
- 2.3.2.0
- 2.3.2.0
+ 2.3.3.0
+ 2.3.3.0
Copyright © 2019-2020
Wabbajack Application Launcher
true
diff --git a/Wabbajack.Server/Wabbajack.Server.csproj b/Wabbajack.Server/Wabbajack.Server.csproj
index 547c4e4a..18f915b0 100644
--- a/Wabbajack.Server/Wabbajack.Server.csproj
+++ b/Wabbajack.Server/Wabbajack.Server.csproj
@@ -3,8 +3,8 @@
Exe
netcoreapp3.1
- 2.3.2.0
- 2.3.2.0
+ 2.3.3.0
+ 2.3.3.0
Copyright © 2019-2020
Wabbajack Server
win-x64
diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj
index 22a48ba1..605c6f0d 100644
--- a/Wabbajack/Wabbajack.csproj
+++ b/Wabbajack/Wabbajack.csproj
@@ -6,8 +6,8 @@
true
x64
win10-x64
- 2.3.2.0
- 2.3.2.0
+ 2.3.3.0
+ 2.3.3.0
Copyright © 2019-2020
An automated ModList installer
true