diff --git a/docs/release-notes.md b/docs/release-notes.md
index f1c123e27..eaccae8c5 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -28,6 +28,45 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin
* MINOR version when adding functionality in a backward-compatible manner.
* PATCH version when making backward-compatible bug fixes.
+## n8n@1.5.0
+
+View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.4.1...n8n@1.5.0){:target=_blank .external-link} for this version.
+**Release date:** 2023-08-31
+
+This release contains new features, node enhancements, and bug fixes.
+
+### Highlights
+
+
+
+#### External secrets storage for credentials
+
+Enterprise-tier accounts can now use external secrets vaults to manage credentials in n8n. This allows you to store credential information securely outside your n8n instance. n8n supports Infisical and HashiCorp Vault.
+
+Refer to [External secrets](/external-secrets/) for guidance on enabling and using this feature.
+
+
+
+
+
+#### Two-factor authentication
+
+n8n now supports two-factor authentication (2FA) for self-hosted instances. We're working on bringing support to Cloud. Refer to [Two-factor authentication](/user-management/two-factor-auth/) for guidance on enabling and using it.
+
+
+
+
+
+#### Debug executions
+
+Users on a paid n8n plan can now load data from previous executions into their current workflow. This is useful when debugging a failed execution.
+
+Refer to [Debug executions](/workflows/executions/debug/) for guidance on using this feature.
+
+
+
+For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub.
+
## n8n@1.4.1
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.4.0...n8n@1.4.1){:target=_blank .external-link} for this version.
diff --git a/docs/user-management/two-factor-auth.md b/docs/user-management/two-factor-auth.md
index fd9318f17..729140054 100644
--- a/docs/user-management/two-factor-auth.md
+++ b/docs/user-management/two-factor-auth.md
@@ -2,14 +2,14 @@
description: How to enable 2FA for your n8n account
---
-# Two factor authentication (2FA)
+# Two-factor authentication (2FA)
!!! info "Feature availability"
* You need access to the n8n instance owner account.
* Available on self-hosted n8n.
* Coming soon to n8n Cloud.
-Two factor authentication (2FA) adds a second authentication method on top of username and password. This increases account security. n8n supports 2FA using an authenticator app.
+Twofactor authentication (2FA) adds a second authentication method on top of username and password. This increases account security. n8n supports 2FA using an authenticator app.
## Enable 2FA