diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a933d67..a2d8e50f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v2.94 2019-06-29 Wekan release + +This release adds the following updates: + +- [Prettier & eslint project style update](https://github.com/wekan/wekan/pull/2520). + Thanks to justinr1234. + +Thanks to above GitHub users for their contributions and translators for their translations. + +# v2.93 2019-06-28 Wekan release + +This release fixes the following bugs: + +- [LDAP: Check if email attribute is an array, that has many email addresses](https://github.com/wekan/wekan/pull/2519). + Thanks to tdemaret and xet7. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v2.92 2019-06-27 Wekan release This release fixes the following bugs: @@ -110,7 +128,7 @@ This release fixes the following bugs: - [Fix OIDC Docker login. Empty string results to empty array at wekan/server/authentication.js](https://github.com/wekan/wekan/commit/bddbaa7bc2f3cfe8553a2265e168231ab51876f3). Thanks to xet7. - + Thanks to above GitHub users for their contributions and translators for their translations. # v2.81 2019-06-13 Wekan release @@ -373,7 +391,7 @@ and adds the following updates: because [it was found old version was in use](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7. - [Upgrade to Node 8.16.0](https://github.com/wekan/wekan/commit/6117097a93bfb11c8bd4c87a23c44a50e22ceb87). - Thanks to Node developers and xet7. + Thanks to Node developers and xet7. - [Upgrade Docker base image to ubuntu:disco](https://github.com/wekan/wekan/commit/bd14ee3b1f450ddc6dec26ccc8da702b839942e5). Thanks to Ubuntu developers and xet7. diff --git a/Stackerfile.yml b/Stackerfile.yml index d68c8731c..b67593778 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v2.92.0" +appVersion: "v2.94.0" files: userUploads: - README.md diff --git a/package.json b/package.json index 3ce73f895..7865981ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v2.92.0", + "version": "v2.94.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index f19aa3eef..8fccd8b6b 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 = 294, + appVersion = 296, # Increment this for every release. - appMarketingVersion = (defaultText = "2.92.0~2019-06-27"), + appMarketingVersion = (defaultText = "2.94.0~2019-06-29"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0,