Skip to content

Commit 73480a3

Browse files
committed
v1.50
1 parent 12656ee commit 73480a3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upcoming Wekan release
1+
# v1.50 2018-09-22 Wekan release
22

33
This release adds the following new features:
44

@@ -9,7 +9,8 @@ and fixes the following bugs:
99
- [Fix Dockerfile Meteor install by changing tar to bsdtar](https://github.com/wekan/wekan/commit/352e9033b6efb212e65e34bb9c407bb1d7dce824);
1010
- Add [npm-debug.log](https://github.com/wekan/wekan/commit/f7731f4f5ec27e63e74a3265d105427ef3c0985a) and
1111
[.DS_Store](https://github.com/wekan/wekan/commit/d652eb5cee3fd648a6023e38db444ad460ddef7e) to .gitignore;
12-
- [Add more debug log requirements to GitHub issue template](https://github.com/wekan/wekan/commit/94cd2ce69098f02e4ac4bebb1a2b5eaf919f1020).
12+
- [Add more debug log requirements to GitHub issue template](https://github.com/wekan/wekan/commit/94cd2ce69098f02e4ac4bebb1a2b5eaf919f1020);
13+
- [Add default Wekan Snap MongoDB bind IP 127.0.0.1](https://github.com/wekan/wekan/commit/12656ee9a13d2464cdc183590c76d3e09486c607).
1314

1415
Thanks to GitHub users maurice-schleussinger and xet7 for their contributions.
1516

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": "1.49.0",
3+
"version": "1.50.0",
44
"description": "The open-source 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 = 134,
25+
appVersion = 135,
2626
# Increment this for every release.
2727

28-
appMarketingVersion = (defaultText = "1.49.0~2018-09-17"),
28+
appMarketingVersion = (defaultText = "1.50.0~2018-09-22"),
2929
# Human-readable presentation of the app version.
3030

3131
minUpgradableAppVersion = 0,

0 commit comments

Comments
 (0)