diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md
index 6a6d72e3f..741862653 100755
--- a/docs/installation/changelog.md
+++ b/docs/installation/changelog.md
@@ -8,6 +8,38 @@
-->
# ExpressionEngine v7 Change Log
+# Version 7.4.11
+(Release: June 13, 2024)
+
+NOTE: **Important:** This version includes important security updates.
+
+- **Contributors** 🙌
+
+
+**Enhancements** 🚀
+
+- Add MySQL errors to system error log file
+- Modify model gateways to handle missing relationships more gracefully
+
+**Bug Fixes** 💃🐛
+
+- Resolved a serialization issue where retrieving a field from cache might not setup its fieldtype properly
+- Resolved [#4286](https://github.com/ExpressionEngine/ExpressionEngine/issues/4286) and [#4287](https://github.com/ExpressionEngine/ExpressionEngine/issues/4287) where member listings had pagination issues
+- Resolved an issue where cp_member_reset_password hook did not fire
+- Resolved [#4324](https://github.com/ExpressionEngine/ExpressionEngine/issues/4324) where add-on name with caps was snaked cased between caps
+- Resolved [#4282](https://github.com/ExpressionEngine/ExpressionEngine/issues/4282) where parse_variables() did not always provide loop variables
+- Resolved [#4298](https://github.com/ExpressionEngine/ExpressionEngine/issues/4298) error backing up table with set type column
+- Resolved PHP warnings in Pro Search
+
# Version 7.4.10
(Release: May 21, 2024)