diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt
index f0b6f0990b42d9ee982821e86d23d7efbc5c375a..feab757789dd895a1168ece67b83a545ca62ee80 100644
--- a/docs/release-notes-editor.txt
+++ b/docs/release-notes-editor.txt
@@ -1,5 +1,13 @@
 Editor
 ======
+1.20.0
+ - Use shorter dash in TextEditor special chars
+ - Add top-99-double quote to TextEditor special chars
+ - Use font 'PT Sans' for blockquote quotes
+ - Set blockquote margins (top and bottom) to 20px
+ - Fix positioning values when duplicating elements
+ - Fix changing element IDs
+
 1.19.0
  - Implement fixedSize for all elements
  - Add long dash to TextEditor special characters
diff --git a/package.json b/package.json
index 767ae58c1be3505f0595ab3bb8bde707df0942bc..3403014115d8a97def6cb5e6c99f87900be3984b 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "verona-modules-aspect",
   "config": {
     "player_version": "1.14.0",
-    "editor_version": "1.19.0"
+    "editor_version": "1.20.0"
   },
   "scripts": {
     "ng": "ng",