diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt
index 613f0507638f36c5c4cee9811706834f1f9d942d..eebcd896f8a45f4346b529a37ebf78b41350a93c 100644
--- a/docs/release-notes-editor.txt
+++ b/docs/release-notes-editor.txt
@@ -1,5 +1,16 @@
 Editor
 ======
+1.34.0
+- Implement GeoGebra applet element
+  This needs a base64 representation of a unit.
+  CustomToolbar setting as text-field is a temporary solution as a nice UI would
+  be rather complicated to implement.
+  Reference list of possible values can be found here:
+  https://wiki.geogebra.org/en/Reference:Toolbar
+- Add background color setting to text-field in cloze
+- Fix frame border initialization
+- Fix visual issue with double borders in TextEditor
+
 1.33.3
 - Enable reading of duplicate IDs
   IDs will be generated and a warning is shown.
diff --git a/package.json b/package.json
index cf724ee9984c28c2974288f92f6edfb6dc4cfb6e..c5594d9a9d57aa2878fe15e873b71c0beded588b 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
 {
   "name": "verona-modules-aspect",
   "config": {
-    "player_version": "1.27.0-beta",
-    "editor_version": "1.34.0-beta",
+    "player_version": "1.27.0-rc",
+    "editor_version": "1.34.0-rc",
     "unit_definition_version": "3.7.0"
   },
   "scripts": {