diff --git a/CHANGELOG.md b/CHANGELOG.md
index c09ba0f4..668ccc0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
+## 2.3.5
+
+- fix: add brute force protection and avoid saving token on debug log
+
## 2.3.4
- fix an issue in auth process on slave
diff --git a/Makefile b/Makefile
index 12eee197..d066408b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ build_dir=$(CURDIR)/build/artifacts
source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
-version+=2.3.4
+version+=2.3.5
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index de6784af..bbd01f6d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
Global Site Selector
Nextcloud Portal to redirect users to the right instance
The Global Site Selector allows you to run multiple small Nextcloud instances and redirect users to the right server
- 2.3.4
+ 2.3.5
agpl
Bjoern Schiessle
Maxence Lange