summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-06-21 16:43:52 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-06-21 16:43:52 -0100
commitdde31e2494b8ca2a804f9b7731fccf3254f83c0f (patch)
tree1e2ab11d036e98150bfdbdcd23da038152a6b60f
parente97cfb34c8c52a30094388439b5790c5312b55e5 (diff)
0.2.4
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md12
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cbc6d121..a7d04254 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+
+## 0.2.4
+
+- [setup] Rewrite of the announce system
+- [setup] Fixing migrations
+- [global] Fixing caching from 3rd party instance
+- [global] Fixing signature check
+- [global] Fixing local and federated timeline
+- [global] More debug logging
+- [federated] Managing local and remote host-meta
+
+
## 0.2.3
- [global] reverting nextcloud to 0.9.x
diff --git a/Makefile b/Makefile
index b0223b8c..f643e844 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
-version+=0.2.3
+version+=0.2.4
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e9640bb6..768d4325 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
- <version>0.2.3</version>
+ <version>0.2.4</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>