summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-01 07:10:50 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-01 07:10:50 +0200
commitef246cfef3706872075f07f9dc531a929e64566f (patch)
treec309d65c884d946ecce738591340d51fcbd4d472
parent90dd0ddb944065bedb271da495b3d3c3fb6db744 (diff)
downloadwekan-2.34.tar.gz
wekan-2.34.tar.bz2
wekan-2.34.zip
v2.34v2.34
-rw-r--r--CHANGELOG.md9
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 13 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b455df51..f2ecc9d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# v2.34 2019-03-01 Wekan release
+
+This release tries to fix following bugs:
+
+- Revert [Filter fix](https://github.com/wekan/wekan/issues/2213) because of
+ [mongodb data tampered](https://github.com/wekan/wekan-snap/issues/83).
+
+Thanks to GitHub user xet7 for contributions.
+
# v2.33 2019-02-28 Wekan release
This release adds the following upgrades:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 9c011fe3..369e1aaf 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.33.0"
+appVersion: "v2.34.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index 082fa402..572ca90d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.33.0",
+ "version": "v2.34.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 4fb585cd..7c72f1a1 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 = 235,
+ appVersion = 236,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.33.0~2019-02-28"),
+ appMarketingVersion = (defaultText = "2.34.0~2019-03-01"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,