From 769b1b81100cf3cdfebb808317f87cb5049d5ea8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 11 Oct 2018 02:07:40 +0300 Subject: v1.53.9 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 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, -- cgit v1.2.3-1-g7c22