diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68096c042..7015cb10e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 2.5.2 - 2023-02-20
+
+[Full Changelog](https://github.com/nextcloud/forms/compare/v2.5.1...v2.5.2)
+
+### Merged
+- Dependency updates
+
+
## [v2.5.1](https://github.com/nextcloud/forms/tree/v2.5.1) (2022-05-26)
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.5.0...v2.5.1)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5cc514f9c..48fbdec1f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
]]>
- 2.5.1
+ 2.5.2
agpl
Affan Hussain
@@ -45,7 +45,7 @@
https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms3.png
-
+
diff --git a/package-lock.json b/package-lock.json
index 460ecd402..f786af58b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "forms",
- "version": "2.5.1",
+ "version": "2.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "forms",
- "version": "2.5.1",
+ "version": "2.5.2",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^1.3.0",
diff --git a/package.json b/package.json
index 5be97dd7b..629cc4bda 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "forms",
"description": "Forms app for nextcloud",
- "version": "2.5.1",
+ "version": "2.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/forms.git"