diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8c23180..b64b9422 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,11 @@
### Changelog
-#### Version - next
+#### Version - 2.1.3.0 - 7/15/2020
* Filters from the FilePicker are now being used
* Wabbajack will continue working even if the build server is down
* Fixed an issue where the main window does not appear after the splash screen
+* Patched executable files (dlls, exes, etc.) are now virus scanned both during compilation and install
+* Fixed a VFS cache load issue with compilation
#### Version - 2.1.2.0 - 7/13/2020
* Can heal hand selected MEGA files
diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj
index 96721ea2..ee2ea4be 100644
--- a/Wabbajack.CLI/Wabbajack.CLI.csproj
+++ b/Wabbajack.CLI/Wabbajack.CLI.csproj
@@ -6,8 +6,8 @@
wabbajack-cli
Wabbajack
x64
- 2.1.2.0
- 2.1.2.0
+ 2.1.3.0
+ 2.1.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 22e7f096..0c2b5d6b 100644
--- a/Wabbajack.Launcher/Wabbajack.Launcher.csproj
+++ b/Wabbajack.Launcher/Wabbajack.Launcher.csproj
@@ -4,8 +4,8 @@
WinExe
netcoreapp3.1
true
- 2.1.2.0
- 2.1.2.0
+ 2.1.3.0
+ 2.1.3.0
Copyright © 2019-2020
Wabbajack Application Launcher
true
diff --git a/Wabbajack.Server/Wabbajack.Server.csproj b/Wabbajack.Server/Wabbajack.Server.csproj
index 68d026e6..f20f328a 100644
--- a/Wabbajack.Server/Wabbajack.Server.csproj
+++ b/Wabbajack.Server/Wabbajack.Server.csproj
@@ -3,8 +3,8 @@
Exe
netcoreapp3.1
- 2.1.2.0
- 2.1.2.0
+ 2.1.3.0
+ 2.1.3.0
Copyright © 2019-2020
Wabbajack Server
win-x64
diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj
index 5c02f4ec..57c89d97 100644
--- a/Wabbajack/Wabbajack.csproj
+++ b/Wabbajack/Wabbajack.csproj
@@ -6,8 +6,8 @@
true
x64
win10-x64
- 2.1.2.0
- 2.1.2.0
+ 2.1.3.0
+ 2.1.3.0
Copyright © 2019-2020
An automated ModList installer
true