diff --git a/CHANGELOG.md b/CHANGELOG.md index f65ad0d11..44b0526a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +### 0.18.0 (nc18) + +- compat nc18 +- circles as backend for contacts + + ### 0.17.10 - fixing issue with sqlite diff --git a/Makefile b/Makefile index 396a0fcec..3e5296256 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=master -version+=0.17.10 +version+=0.18.0 all: appstore