diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4da0319..c09ba0f 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.4
+
+- fix an issue in auth process on slave
+
## 2.3.3
- passing idp to slave, back to master on logout.
diff --git a/Makefile b/Makefile
index 2564ed0..12eee19 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.3
+version+=2.3.4
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d6c4036..de6784a 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.3
+ 2.3.4
agpl
Bjoern Schiessle
Maxence Lange