diff --git a/Fo76ini/Forms/FormMain/FormMain.resx b/Fo76ini/Forms/FormMain/FormMain.resx
index dc55f8a..6bfd222 100644
--- a/Fo76ini/Forms/FormMain/FormMain.resx
+++ b/Fo76ini/Forms/FormMain/FormMain.resx
@@ -127,7 +127,7 @@
498, 13
- 876, 13
+ 907, 52
708, 16
diff --git a/Fo76ini/Shared.cs b/Fo76ini/Shared.cs
index 0c1aca1..a9fa2be 100644
--- a/Fo76ini/Shared.cs
+++ b/Fo76ini/Shared.cs
@@ -10,7 +10,7 @@ namespace Fo76ini
///
public class Shared
{
- public const string VERSION = "1.12.5.1";
+ public const string VERSION = "1.12.6";
public static string LatestVersion = null;
public static readonly string AppInstallationFolder = Directory.GetParent(Application.ExecutablePath).ToString();
diff --git a/VERSION b/VERSION
index bdf6872..456e5c4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.12.5.1
+1.12.6
diff --git a/What's new.md b/What's new.md
index 9aedc28..83b6402 100644
--- a/What's new.md
+++ b/What's new.md
@@ -1,8 +1,27 @@
-### What's new in v1.12.5?
+### What's new in v1.12.6?
+
+Just bug fixes.
+
+- General issues:
+ - Fixed: Missing metadata when importing a *.ba2 archive as frozen
+- Wine (Linux) issues:
+ - Launching the game should work now. (Select 'Steam' as game edition. Might need additional testing.)
+ - Fixed crash when a different theme (e.g. light.msstyles) is selected in `winecfg` under "Desktop Integration"
+ - Minor changes
+
+*Released: Mar 30, 2023*
+
+---
+
+### What's new in v1.12.5.1?
- Fixed a bug from the update yesterday, see [Can no longer edit Resource List manually #19](https://github.com/FelisDiligens/Fallout76-QuickConfiguration/issues/19)
- The window's title bar should now be dark, when the system is set to dark mode.
+*Released: Mar 09, 2023*
+
+---
+
### What's new in v1.12.4?
- You can now pick where mods get saved in the profile options. Read more about that in the wiki.