diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5468134..9675221 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## `5.6.0`
+
+### Enhancements
+
+* Added Sequoia Abstract theme
+* Added [command line support](https://github.com/t1m0thyj/WinDynamicDesktop/wiki/Frequently-asked-questions#how-can-i-automate-actions-in-the-app) for actions like selecting themes, refreshing wallpaper, and toggling theme mode ([#585](https://github.com/t1m0thyj/WinDynamicDesktop/issues/585))
+
+### Bug Fixes
+
+* Fixed error that could happen when changing theme and in a region where sun stays up all day ([#599](https://github.com/t1m0thyj/WinDynamicDesktop/issues/599))
+* Fixed crash on startup when number of monitors has increased since the last time app ran ([#604](https://github.com/t1m0thyj/WinDynamicDesktop/issues/604))
+* Fixed automatic location not updating when app is restarted or Refresh Wallpaper command is run
+
## `5.5.0`
**Note:** PowerShell scripts written for older versions of WinDD will stop working and must be updated. To update them, download the latest scripts from [here](https://windd.info/scripts/) and revise any custom scripts.
diff --git a/src/Localization.cs b/src/Localization.cs
index 4b03c60..7854642 100644
--- a/src/Localization.cs
+++ b/src/Localization.cs
@@ -18,7 +18,7 @@ class Localization
{
public static string[] languageCodes = new string[]
{
- "am", "ar", "ar-ae", "az",
+ "am", "ar", "az",
"bg", "bn",
"ca", "cs",
"da", "de",
diff --git a/src/WinDynamicDesktop.csproj b/src/WinDynamicDesktop.csproj
index 6429abf..f5809ab 100644
--- a/src/WinDynamicDesktop.csproj
+++ b/src/WinDynamicDesktop.csproj
@@ -9,7 +9,7 @@
WinDynamicDesktop
WinDynamicDesktop
Copyright © 2024 Timothy Johnson
- 5.5.0
+ 5.6.0
resources\WinDynamicDesktop.ico
true
true
diff --git a/src/locale/ar-ae.mo b/src/locale/ar-ae.mo
deleted file mode 100644
index 2c5710c..0000000
Binary files a/src/locale/ar-ae.mo and /dev/null differ
diff --git a/src/locale/ar.mo b/src/locale/ar.mo
index 9f8cd52..d97b5a0 100644
Binary files a/src/locale/ar.mo and b/src/locale/ar.mo differ
diff --git a/src/locale/ca.mo b/src/locale/ca.mo
index 7621bbc..865c72e 100644
Binary files a/src/locale/ca.mo and b/src/locale/ca.mo differ
diff --git a/src/locale/es.mo b/src/locale/es.mo
index f3bb2d4..56715c1 100644
Binary files a/src/locale/es.mo and b/src/locale/es.mo differ
diff --git a/src/locale/et.mo b/src/locale/et.mo
index 1f90b7a..1fa4473 100644
Binary files a/src/locale/et.mo and b/src/locale/et.mo differ
diff --git a/src/locale/ja.mo b/src/locale/ja.mo
index 0222fc7..ddc9c49 100644
Binary files a/src/locale/ja.mo and b/src/locale/ja.mo differ
diff --git a/src/locale/jv.mo b/src/locale/jv.mo
index e3a67df..0789b69 100644
Binary files a/src/locale/jv.mo and b/src/locale/jv.mo differ
diff --git a/src/locale/pl.mo b/src/locale/pl.mo
index 8acdc6f..cdce6d3 100644
Binary files a/src/locale/pl.mo and b/src/locale/pl.mo differ
diff --git a/src/locale/pt.mo b/src/locale/pt.mo
index b6a9a9f..c64e5e1 100644
Binary files a/src/locale/pt.mo and b/src/locale/pt.mo differ
diff --git a/src/locale/ru.mo b/src/locale/ru.mo
index 10ba7e9..dbc3085 100644
Binary files a/src/locale/ru.mo and b/src/locale/ru.mo differ
diff --git a/src/locale/zh-Hans.mo b/src/locale/zh-Hans.mo
index f9fe141..7bc50d7 100644
Binary files a/src/locale/zh-Hans.mo and b/src/locale/zh-Hans.mo differ
diff --git a/uwp/Package.appxmanifest b/uwp/Package.appxmanifest
index 1abaf2c..925a6a5 100644
--- a/uwp/Package.appxmanifest
+++ b/uwp/Package.appxmanifest
@@ -1,6 +1,6 @@
-
+
WinDynamicDesktop
Timothy Johnson