summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-16 20:01:55 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-16 20:01:55 +0300
commit73edfd90a6baae25bd3ce4a10e9d330d4c15a252 (patch)
treec26cd611ec2fe66c1d8dee4e4667a7be4f44ed2e
parenta168f885d9939c1c00e7bda90fd063fb9c23e636 (diff)
downloadwekan-1.55.1.tar.gz
wekan-1.55.1.tar.bz2
wekan-1.55.1.zip
v1.55.1v1.55.1
-rw-r--r--CHANGELOG.md3
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ced40f7..b4bab0ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan Edge release
+# v1.55.1 2018-10-16 Wekan Edge release
This release adds the following new features:
@@ -6,6 +6,7 @@ This release adds the following new features:
and fixes the following bugs:
+- [LDAP: Include missing LDAP PR so that LDAP works](https://github.com/wekan/wekan-ldap/pull/6);
- [Improve notifications](https://github.com/wekan/wekan/pull/1948);
- [Fix deleting Custom Fields, removing broken references](https://github.com/wekan/wekan/issues/1872);
- [Fix vertical text for swimlanes in IE11](https://github.com/wekan/wekan/issues/1798);
diff --git a/package.json b/package.json
index 58b76487..7bea1112 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.53.9",
+ "version": "v1.55.1",
"description": "The open-source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 6ca45acb..4c38b6f7 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 = 153,
+ appVersion = 156,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.53.9~2018-10-11"),
+ appMarketingVersion = (defaultText = "1.55.1~2018-10-16"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,