diff --git a/CHANGELOG.md b/CHANGELOG.md index de71cbe1..4e91f350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.4.2 + +- using IClient, to use local nextcloud network configuration. +- rework on the API. +- some compat with ActivityPub, +- and small bugfixes. + ## 0.4.1 diff --git a/Makefile b/Makefile index d33d50cb..18cc8d9b 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=master -version+=0.4.1 +version+=0.4.2 diff --git a/appinfo/info.xml b/appinfo/info.xml index f2a17e76..2801f319 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ **🕸 Open standards:** We use the established ActivityPub standard! ]]> - 0.4.1 + 0.4.2 agpl Maxence Lange Julius Härtl