diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt
index 3a6d1e5fb10cc1a91ef78b15cfc75164096e081f..89f140f32c249451193ea88e4d6275106bca9cdb 100644
--- a/docs/release-notes-editor.txt
+++ b/docs/release-notes-editor.txt
@@ -1,5 +1,18 @@
 Editor
 ======
+1.17.0
+ - Rework text field and text area styling
+   The other variants are basically the same as filled. The only
+   difference is the background color, which we are manipulating anyway.
+   So there is no reason to keep them.
+   The selected nackground color is now correctly applied to both
+   remaining appearance variants.
+ - Add coloring options to toggle-button
+   Now correctly sets the chosen background color and additionally sets
+   another (configurable) color to the selected value
+ - Revert radio button color to default when not selected
+ - Add special character 'apostrophe' to TextEditor
+
 1.16.0
  - Fix text with background and font color
  - Fix line-height property for radio button group
diff --git a/package.json b/package.json
index 149ef490a36972108d169f5defe9b5e0c17706ff..f9d301ece756b2377d8a22f9faefecfdcfd052cf 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "verona-modules-aspect",
   "config": {
     "player_version": "1.10.0",
-    "editor_version": "1.16.0"
+    "editor_version": "1.17.0"
   },
   "scripts": {
     "ng": "ng",