diff --git a/CHANGELOG.md b/CHANGELOG.md
index feb93e336..27ebedc7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
* LLM suggested event titles and agendas
* Maximize composer modal
* Descriptions for events created from threads
+* Full list layout option
+* Editor toolbar
### Changed
* Move threads with drag and drop
* One feature setting for all LLM features
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 94ad5778f..5a8344ed7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -29,7 +29,7 @@ The rating depends on the installed text processing backend. See [the rating ove
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
]]>
- 3.6.0-beta.1
+ 3.6.0-beta.2
agpl
Christoph Wurst
Nextcloud Groupware Team
diff --git a/package-lock.json b/package-lock.json
index 3e7897b54..fe5ec7582 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "3.6.0-beta1",
+ "version": "3.6.0-beta2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "3.6.0-beta1",
+ "version": "3.6.0-beta2",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "37.1.0",
diff --git a/package.json b/package.json
index d0dee9c75..1e871d150 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "3.6.0-beta1",
+ "version": "3.6.0-beta2",
"author": "Christoph Wurst ",
"license": "agpl",
"private": true,