diff --git a/Changelog.md b/Changelog.md
index 8394425..8bcea9d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,9 @@
+## [0.3.2]
+
+## General
+- Support ryzenAdj v0.16.0
+- Support macOS Sequoia
+
 ## [0.3.1]
 
 ## General
diff --git a/Linux/Assets/ryzenadj b/Linux/Assets/ryzenadj
index 681928c..ad12ef9 100755
Binary files a/Linux/Assets/ryzenadj and b/Linux/Assets/ryzenadj differ
diff --git a/Linux/UXTU4Unix.py b/Linux/UXTU4Unix.py
index f636aa9..804bf65 100644
--- a/Linux/UXTU4Unix.py
+++ b/Linux/UXTU4Unix.py
@@ -11,7 +11,7 @@
 import select
 from configparser import ConfigParser
 
-LOCAL_VERSION = "0.3.1"
+LOCAL_VERSION = "0.3.2"
 LATEST_VERSION_URL = "https://github.com/HorizonUnix/UXTU4Unix/releases/latest"
 GITHUB_API_URL = "https://api.github.com/repos/HorizonUnix/UXTU4Unix/releases/latest"
 current_dir = os.path.dirname(os.path.realpath(__file__))
diff --git a/macOS/Assets/ryzenadj b/macOS/Assets/ryzenadj
index 231460d..7639df9 100755
Binary files a/macOS/Assets/ryzenadj and b/macOS/Assets/ryzenadj differ
diff --git a/macOS/UXTU4Unix.py b/macOS/UXTU4Unix.py
index 897cc39..99b48f9 100644
--- a/macOS/UXTU4Unix.py
+++ b/macOS/UXTU4Unix.py
@@ -12,7 +12,7 @@
 import plistlib
 from configparser import ConfigParser
 
-LOCAL_VERSION = "0.3.1"
+LOCAL_VERSION = "0.3.2"
 LATEST_VERSION_URL = "https://github.com/HorizonUnix/UXTU4Unix/releases/latest"
 GITHUB_API_URL = "https://api.github.com/repos/HorizonUnix/UXTU4Unix/releases/latest"
 current_dir = os.path.dirname(os.path.realpath(__file__))