diff --git a/docs/release-notes-player.txt b/docs/release-notes-player.txt
index d6068e99263ee39f699acccaa6ec42407af84cce..66c5c6638e5c02eaf2f32f68be115ebbcf96b4c2 100644
--- a/docs/release-notes-player.txt
+++ b/docs/release-notes-player.txt
@@ -1,10 +1,14 @@
 Player
 ======
-next
+1.16.0
 - Improve the centering of the layout
 - Disable logs to console in production
 - Enable autostart of audios/videos when reloading the unit
 - Start the valid value range for DropDown, Likert, RadioGroup, RadioGroupImages and ToggleButton at 1
+- Mark text without selecting first
+- Show marking options as popup when text is selected
+- Implement virtual keyboards for 'place value', 'numbers and basic operators', 'square, dash and dot'
+- Show the virtual keyboard optionally on the right side of the screen
 
 1.15.0
 - Fix restoring of toggle buttons
diff --git a/package.json b/package.json
index 1bf67a0dc8c8328f3baa6024836f26ab577017d9..f3dee34522066e7a18a44abdb4d59a1896824e77 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "verona-modules-aspect",
   "config": {
-    "player_version": "1.15.0",
+    "player_version": "1.16.0",
     "editor_version": "1.21.0"
   },
   "scripts": {