summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d78a041..cbc6d121 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 0.2.3
+
+- [global] reverting nextcloud to 0.9.x
+- [global] reverting routes
+
+
## 0.2.2
- [setup] fixing an issue with empty boolean field during postgresql migration.
diff --git a/Makefile b/Makefile
index 646a53f2..b0223b8c 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.2
+version+=0.2.3
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ab80b9a5..e9640bb6 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.2</version>
+ <version>0.2.3</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>