diff --git a/docs/control-panel/settings/security-privacy.md b/docs/control-panel/settings/security-privacy.md
index 62c4501a8..ea345aa85 100755
--- a/docs/control-panel/settings/security-privacy.md
+++ b/docs/control-panel/settings/security-privacy.md
@@ -152,6 +152,10 @@ Similar to the previous setting, when turned on, this setting requires IP addres
Checks all file uploads for code injection attempts before finalizing the upload. Superadmins are exempt from image XSS filtering.
+### Strip Image Metadata?
+
+This setting will remove all metadata from an image during upload, including GPS data. This requires the Imagick PHP extension.
+
### Enable Rank Denial to submitted links?
When enabled, all outgoing links are sent to a redirect page. This prevents spammers from [gaining page rank](https://support.google.com/webmasters/answer/96569?hl=en).
diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md
index 5c53a031c..bb9a8e0e1 100755
--- a/docs/installation/changelog.md
+++ b/docs/installation/changelog.md
@@ -8,6 +8,42 @@
-->
# ExpressionEngine v7 Change Log
+# Version 7.5.3
+(Release: November 6th, 2024)
+
+NOTE: **Important:** This version includes important security updates.
+
+- **Contributors** 🙌
+
+
+**Enhancements** 🚀
+
+- Added image metadata stripping as an option on upload (requires Image Magic PHP extension when enabled)
+- Removed unnecessary white line at the bottom of the version area
+- Moblog Set the socket to non-blocking before checking the socket response
+- Added ability to pass filename through to channel set export in code
+
+**Bug Fixes** 💃🐛
+- Resolved [#4569](https://github.com/ExpressionEngine/ExpressionEngine/issues/4569) where older versions of PHP might throw an error during Pro access checks
+- Resolved [#4559](https://github.com/ExpressionEngine/ExpressionEngine/issues/4559) where template export could raise a PHP warning
+- Resolved [#4543](https://github.com/ExpressionEngine/ExpressionEngine/issues/4543) where a PHP notice could be shown during relationship sorting
+- Resolved [#4511](https://github.com/ExpressionEngine/ExpressionEngine/issues/4511) where PHP warning was shown in the cache file was already cleared
+- Resolved [#4504](https://github.com/ExpressionEngine/ExpressionEngine/issues/4504) where POSTed Channel Form values were sometimes not populated correctly in case of validation error
+- Resolved [#4489](https://github.com/ExpressionEngine/ExpressionEngine/issues/4489) where Upload Location filter in the File Picker did not work correctly after going into a subdirectory
+- Fixed [icon position](https://github.com/ExpressionEngine/ExpressionEngine/pull/4541) for required field in grid field body
+- Fixed frontedit js error (contentWindow is undefined)
+
# Version 7.5.2
(Release: October 29, 2024)