summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-11 02:07:40 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-11 02:07:40 +0300
commit769b1b81100cf3cdfebb808317f87cb5049d5ea8 (patch)
treeced585f60e9019e2a60dcb0c3bb170b39f814512
parentf6040ab43cf92cf09e98ce53dfc0e031283e2e79 (diff)
downloadwekan-1.53.9.tar.gz
wekan-1.53.9.tar.bz2
wekan-1.53.9.zip
v1.53.9v1.53.9
-rw-r--r--CHANGELOG.md11
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 13 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb120990..d87532ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
+# v1.53.9 2018-10-11 Wekan Edge release
+
+This release adds the following new features:
+
+- docker-compose.yml in this Edge branch now works with Wekan Edge + Meteor 1.8.1-beta.0 + MongoDB 4.0.3;
+- [Snap is still broken](https://forum.snapcraft.io/t/how-to-connect-to-localhost-mongodb-in-snap-apparmor-prevents/7793/2). Please use latest Snap release on Edge branch, until this is fixed.
+
+Thanks to GitHub user xet7 for contributions.
+
# v1.53.8 2018-10-10 Wekan Edge release
-This release tries to fix the followin bugs:
+This release tries to fix the following bugs:
- Try to fix Docker.
diff --git a/package.json b/package.json
index e9206984..58b76487 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.53.8",
+ "version": "v1.53.9",
"description": "The open-source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index f7e4c2b3..6ca45acb 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 152,
+ appVersion = 153,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.53.8~2018-10-10"),
+ appMarketingVersion = (defaultText = "1.53.9~2018-10-11"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,