diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md
index 1cf257a6b..fc0f0de1f 100644
--- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md
+++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md
@@ -7,19 +7,25 @@
## Operations
+* File
+ * Create
+ * Delete
+ * Get
+ * Get Many
* Form
* Get
- * GetAll
+ * Get Many
+ * Redeploy
* Hook
* Get
- * GetAll
+ * Get Many
* Logs
* Retry All
* Retry One
* Submission
* Delete
* Get
- * Get All
+ * Get Many
* Get Validation Status
* Update Validation Status
@@ -161,4 +167,4 @@ With reformatting enabled, and the appropriate masks for multi-select and number
"validation_status": {},
"submitted_by": null
}
-```
\ No newline at end of file
+```
diff --git a/docs/reference/release-notes.md b/docs/reference/release-notes.md
index cba27cac2..37973f8f1 100644
--- a/docs/reference/release-notes.md
+++ b/docs/reference/release-notes.md
@@ -1,5 +1,64 @@
# Release notes
+## n8n@0.206.1
+
+View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.206.0...n8n@0.206.1){:target=_blank .external-link} for this version.
+**Release date:** 2022-12-06
+
+This is a bug fix release.
+
+### Bug fixes
+
+* Core: make expression resolution improvements.
+* Editor: schema unit test stub for Font Awesome icons.
+* Remove unnecessary console message.
+
+## n8n@0.206.0
+
+View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.205.0...n8n@0.206.0){:target=_blank .external-link} for this version.
+**Release date:** 2022-12-06
+
+This release contains bug fixes, node enhancements, and a new node input view: schema view.
+
+### New features
+
+