diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1d2f2db..124894b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## 0.6.0-beta.2 - 2023-09-08
+### Added
+- โ๏ธ Add views to tables
+- ๐ค Share views individually
+- ๐ ๏ธ Adjust views with filters, sorting and column selection and ordering
+- ๐ Link to any Nextcloud resource like files, pictures, contacts, deck-cards, etc.
+- ๐ New smart picker integrations and link previews
+- ๐คน Insert dynamic tables directly into any Nextcloud text editor
+
+### Updated
+- ๐ณ๏ธ Translations
+- ๐ Bug fixing
+- โจ Small design adjustments
+- ๐พ Update software dependencies
+
## 0.6.0-beta.1 - 2023-08-11
### Added
- โ๏ธ Add views to tables
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 773b29cf..c1957b2e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,7 +22,7 @@ Share your tables with users and groups within your cloud.
Have a good time and manage whatever you want.
]]>
- 0.6.0-beta.1
+ 0.6.0-beta.2
agpl
Florian Steffens
Tables
diff --git a/package.json b/package.json
index 1f03cf99..0113adac 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
- "version": "0.6.0-beta.1",
+ "version": "0.6.0-beta.2",
"author": "Florian Steffens