From 42f5d47b54edad3f5c17308a02add01293ae0a7f Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 12 Jan 2021 22:56:12 +0100 Subject: [PATCH] 4.0.0 Signed-off-by: Roeland Jago Douma --- CHANGELOG.md | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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