diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d81a701..e05db6cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.4.6
+
+- fix: add brute force protection and avoid saving token on debug log
+
## 2.4.5
- fix an issue in auth process on slave
diff --git a/Makefile b/Makefile
index 3b2930d9..871da071 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.4.5
+version+=2.4.6
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c067cabe..b2f375cd 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.4.5
+ 2.4.6
agpl
Bjoern Schiessle
Maxence Lange