diff --git a/CHANGELOG.md b/CHANGELOG.md index eb66153..8b797ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.6.0 + +### Changelog + +- Allow multiple IDP's +- Add attribute mapping for groups + ## 1.5.0 ### Changed diff --git a/Makefile b/Makefile index b3999bb..ec28b70 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+=1.5.0 +version+=1.6.0 all: appstore