diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8091296f44..f86c391039 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@
# Changelog
+## 1.0.0-beta.3
+
+### Fixed
+
+* [Fix: Background of text inputs when rows are selected (tables#2000)](https://github.com/nextcloud/tables/pull/2000)
+* [Fix(deps): update tiptap to ^3.2.0 (main) (tables#2004)](https://github.com/nextcloud/tables/pull/2004)
+* [Fix: Scope CSS styles (tables#2018)](https://github.com/nextcloud/tables/pull/2018)
+
## 1.0.0-beta.2
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a34c4f2070..d3b6046dc6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -26,7 +26,7 @@ Share your tables and views with users and groups within your cloud.
Have a good time and manage whatever you want.
]]>
- 1.0.0-beta.2
+ 1.0.0-beta.3
agpl
Florian Steffens
Tables
diff --git a/package-lock.json b/package-lock.json
index 129fb87f65..f92574fec8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "tables",
- "version": "1.0.0-beta.2",
+ "version": "1.0.0-beta.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tables",
- "version": "1.0.0-beta.2",
+ "version": "1.0.0-beta.3",
"license": "agpl",
"dependencies": {
"@mdi/svg": "^7.4.47",
diff --git a/package.json b/package.json
index 2d3d99cf26..628afe4452 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
- "version": "1.0.0-beta.2",
+ "version": "1.0.0-beta.3",
"author": "Florian Steffens