Skip to content

Commit dcd5af0

Browse files
committed
v0.94
1 parent e576e0f commit dcd5af0

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.94 2018-05-03 Wekan release
2+
3+
This release adds the following new features:
4+
5+
* [REST API POST /cards: allow setting card members](https://github.com/wekan/wekan/commit/e576e0f9cfc4f61e54da8920a8e29fe43227c266).
6+
7+
Thanks to GitHub user couscous3 for contributions.
8+
19
# v0.93 2018-05-02 Wekan release
210

311
This release adds the following new features:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wekan",
3-
"version": "0.93.0",
3+
"version": "0.94.0",
44
"description": "The open-source Trello-like kanban",
55
"private": true,
66
"scripts": {

sandstorm-pkgdef.capnp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
2222
appTitle = (defaultText = "Wekan"),
2323
# The name of the app as it is displayed to the user.
2424

25-
appVersion = 78,
25+
appVersion = 79,
2626
# Increment this for every release.
2727

28-
appMarketingVersion = (defaultText = "0.93.0~2018-05-02"),
28+
appMarketingVersion = (defaultText = "0.94.0~2018-05-03"),
2929
# Human-readable presentation of the app version.
3030

3131
minUpgradableAppVersion = 0,

0 commit comments

Comments
 (0)