diff --git a/CHANGELOG.md b/CHANGELOG.md
index e105be26..4a5c0247 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.1.3
+
+- fix: add brute force protection and avoid saving token on debug log
+
## 2.1.2
- update user on login
diff --git a/Makefile b/Makefile
index c57ed94b..fb37dc4e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ appstore_dir=$(build_dir)/appstore
source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
-version+=2.1.2
+version+=2.1.3
all: release
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8d57a5db..e6eabb7d 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.1.2
+ 2.1.3
agpl
Bjoern Schiessle
GlobalSiteSelector