diff --git a/CHANGELOG.md b/CHANGELOG.md
index 521d5ccc..0ef21c18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## v4.3.0-alpha6 - 2024-08-24
+
+[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.0-alpha5...v4.3.0-alpha6)
+
+### Merged
+
+- fix: make FilePicker work with latest dialogs by @Chartman123 in [\#2300](https://github.com/nextcloud/forms/pull/2300)
+
## v4.3.0-alpha5 - 2024-08-21
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.0-alpha4...v4.3.0-alpha5)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 199ce42c..395e2798 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,7 +13,7 @@
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
]]>
- 4.3.0-alpha5
+ 4.3.0-alpha6
agpl
Affan Hussain
diff --git a/package-lock.json b/package-lock.json
index cd6e2d44..776f6a36 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "forms",
- "version": "4.3.0-alpha5",
+ "version": "4.3.0-alpha6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "forms",
- "version": "4.3.0-alpha5",
+ "version": "4.3.0-alpha6",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
diff --git a/package.json b/package.json
index a14afef3..e6a0b0d9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "forms",
- "version": "4.3.0-alpha5",
+ "version": "4.3.0-alpha6",
"private": true,
"description": "Forms app for nextcloud",
"homepage": "https://github.com/nextcloud/forms#readme",