diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb3543d..28e71b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.7.1
+
+- fix: parse address to remove http:// when requesting a token
+- fix: accept self-signed certificates from lookup server if configured
+- fix: skip password confirmation on slave when using oidc
+
+## 2.7.0
+
+- new feature: internal link across global scale
+
## 2.6.1
- expecting a JSON as a result from POST request made to the Remote User Discovery endpoint
diff --git a/Makefile b/Makefile
index 6fd8b02..f7a1635 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ build_dir=$(CURDIR)/build/artifacts
source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
-version+=2.7.0
+version+=2.7.1
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 80ffb78..ab6c1f5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,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.7.0
+ 2.7.1
agpl
Bjoern Schiessle
Maxence Lange