summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-10 17:34:45 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-10 17:34:45 +0300
commit371ce30462581cfbf562bc8f1e3dc592bd604fab (patch)
tree52db946c877721442300cafd9ea8e7ce231d5601
parent1b65cbd3db1981f416360aee9cf647d23747fcfc (diff)
downloadwekan-1.53.6.tar.gz
wekan-1.53.6.tar.bz2
wekan-1.53.6.zip
v1.53.6v1.53.6
-rw-r--r--CHANGELOG.md12
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 12 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf051c1a..7b0e077a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,14 @@
-# Upcoming Wekan release
+# v1.53.6 2018-10-10 Wekan release
+
+This release adds the following new features:
- [Add LDAP to Snap Help](https://github.com/wekan/wekan/commit/809c8f64f69721d51b7d963248a77585867fac53).
-
-Thanks to GitHub user Akuket for contributions.
+
+and tries to fix the following bugs:
+
+- Try to fix snap.
+
+Thanks to GitHub users Akuket and xet7 for their contributions.
# v1.53.5 2018-10-10 Wekan Edge relase
diff --git a/package.json b/package.json
index 480e5540..b4eee52f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.53.5",
+ "version": "v1.53.6",
"description": "The open-source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 367f6a7c..7d40cddd 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 = 149,
+ appVersion = 150,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.53.5~2018-10-10"),
+ appMarketingVersion = (defaultText = "1.53.6~2018-10-10"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,