diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e3291a55b..ff080c7d66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+Changes in 7.5.0:
+- Reworked device selection
+ - Driver selection is now in the "Choose device" window
+ - Click the top-right button to toggle between icon and list views
+ - You can no longer create a profile without selecting a device
+ - To prompt for a device each time you scan, "Always Ask" must be explicitly selected
+- Added "Manual IP" option for ESCL
+- Available profile options now change based on scanner support
+- Improved the error message when the worker process crashes
+- Sane: Fixed an issue with selecting the wrong grayscale mode
+- Fixed an issue with auto save paths that include Unicode
+- Fixed an issue with "Combine" for black and white images
+
Changes in 7.4.3:
- Fixed some ESCL connection issues
- Fixed email compatibility with HCL Notes
diff --git a/NAPS2.App.Mac/Info.plist b/NAPS2.App.Mac/Info.plist
index 6997e88f6a..63f8daa00b 100644
--- a/NAPS2.App.Mac/Info.plist
+++ b/NAPS2.App.Mac/Info.plist
@@ -9,7 +9,7 @@
CFBundleIdentifier
com.naps2.desktop
CFBundleShortVersionString
- 7.4.3
+ 7.5.0
LSMinimumSystemVersion
10.15
CFBundleDevelopmentRegion
diff --git a/NAPS2.Setup/targets/VersionTargets.targets b/NAPS2.Setup/targets/VersionTargets.targets
index 65483360e6..3bc52dec4c 100644
--- a/NAPS2.Setup/targets/VersionTargets.targets
+++ b/NAPS2.Setup/targets/VersionTargets.targets
@@ -1,6 +1,6 @@
- 7.4.3
- 7.4.3
+ 7.5.0
+ 7.5.0