diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f45487..f18fce01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.6.1 + +- fix missing avatar on notifications +- fix missing visibility on remote post +- fix random reset of account display name +- avoid race condition on stream action +- fix stream details update +- fix action on stream unreblog + + ## 0.6.0 - full rewrite of the API diff --git a/Makefile b/Makefile index 5cdb2ec0..8f8e77de 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.6.0 +version+=0.6.1 all: dev-setup lint build-js-production composer diff --git a/appinfo/info.xml b/appinfo/info.xml index e7f870d8..7d1be1da 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ **🕸 Open standards:** We use the established ActivityPub standard! ]]> - 0.6.0 + 0.6.1 agpl Maxence Lange Julius Härtl @@ -35,7 +35,7 @@ pgsql sqlite mysql - +