diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md
index 13cb957d2..fcc00cb95 100644
--- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md
+++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md
@@ -54,7 +54,7 @@ Create the question fields for your form. Select **Add Form Field** to add a new
Every field has the following settings:
* **Field Label**:
-* **Field Type**: this can be **Text**, **Number**, **Date**, or **Dropdown List**.
+* **Field Type**: this can be **Text**, **Textarea**, **Number**, **Date**, **Dropdown List**, or **Password**.
* If you select **Date**, n8n includes a date picker in the form.
* If you select **Dropdown List**, n8n displays **Field Options** in the node: use this to add the dropdown options. By default, the dropdown is single-choice. To make it multiple choice, activate the **Multiple Choice** toggle in **Field Options**.
* **Required Field**: activate this toggle to require users to complete this field on the form.
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 16d8a7b32..134f2b8c0 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -28,6 +28,43 @@ 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.15.0
+
+View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.14.2...n8n@1.15.0){:target=_blank .external-link} for this version.
+**Release date:** 2023-11-02
+
+This release contains new features, node enhancements, and bug fixes.
+
+