diff --git a/backend/changelog.txt b/backend/changelog.txt
index 1e55b53..fce3a44 100644
--- a/backend/changelog.txt
+++ b/backend/changelog.txt
@@ -118,4 +118,11 @@ Version 2.2.0.0
Version 2.2.1.0
- Fixed issue with Fallout 4 load order sorting
- Fixed issue with Fallout 4 dictionary update not working
- - Fixed issue with FNV/FO3 dictionary update messages
\ No newline at end of file
+ - Fixed issue with FNV/FO3 dictionary update messages
+
+Version 2.2.2.0
+ - Fixed more issues with Fallout 4 load order sorting (asterisks in plugins.txt)
+ - Fixed handling of missing master files in plugins.txt
+
+Version 2.2.3.0
+ - Fixed issue with building references for Fallout 4 ESPs with QUST child records (you should now be able to load the DLC ESMs and the Unofficial Fallout 4 Patch.esp)
\ No newline at end of file
diff --git a/frontend/MergePlugins.dproj b/frontend/MergePlugins.dproj
index d16b889..46febb7 100644
--- a/frontend/MergePlugins.dproj
+++ b/frontend/MergePlugins.dproj
@@ -151,8 +151,8 @@
True
2
2
- 1
- 2
+ 3
+ 1
True
False
False
@@ -164,7 +164,7 @@
- 2.2.1.2
+ 2.2.3.1
diff --git a/frontend/MergePlugins.res b/frontend/MergePlugins.res
index 263d933..76c6393 100644
Binary files a/frontend/MergePlugins.res and b/frontend/MergePlugins.res differ