diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6cf09c..8670427 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.5.1
+
+- ignore null user on logout
+- compat nc29
+
+## 2.5.0
+
+- compat nc28
+
## 2.3.0
- new session is now generated on slave when using user_saml
diff --git a/Makefile b/Makefile
index 4f3cac1..ab7eb0e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ build_dir=$(CURDIR)/build/artifacts
source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
-version+=2.3.1
all: appstore
@@ -62,5 +61,5 @@ release:
--exclude=/Makefile \
--exclude=.drone.yml \
$(project_dir)/ $(sign_dir)/$(app_name)
- tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
+ tar -czf $(build_dir)/$(app_name).tar.gz \
-C $(sign_dir) $(app_name)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7350cce..f887bb4 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.5.0
+ 2.5.1
agpl
Bjoern Schiessle
Maxence Lange
@@ -17,7 +17,7 @@
https://github.com/nextcloud/globalsiteselector/issues
https://github.com/nextcloud/globalsiteselector
-
+
OCA\GlobalSiteSelector\BackgroundJobs\UpdateLookupServer