summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-06-02 11:51:52 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-06-02 11:51:52 -0100
commit1f192da05603801e85ccbeeebac3764d7e19cb4b (patch)
tree367701c188ebb7489aff5ca5a65aca888973e159
parentfc004ce501b691affecb4ce04d8545e64b670f44 (diff)
0.2.2
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-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 0ceabe08..5d78a041 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 0.2.2
+
+- [setup] fixing an issue with empty boolean field during postgresql migration.
+- [setup] enlarging some database field.
+
+
## 0.2.1
- [setup] fixing an issue with empty creation field during migration.
diff --git a/Makefile b/Makefile
index b82218dc..646a53f2 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.1
+version+=0.2.2
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ef99d8a6..ab80b9a5 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.1</version>
+ <version>0.2.2</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>