diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c19a9..cf60314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. ### Removed - Nextcloud <21 support +## 3.3.3 +### Added +- Possibility to add custom direct login message + ## 3.3.2 ### Added - Possible url for SLO response diff --git a/Makefile b/Makefile index ca9d2e1..402fc44 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates -version+=2.3.1 +version+=4.0.0 all: appstore