summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-27 22:27:08 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-27 22:27:08 +0300
commit1a5fe9350064c2a82767b6e9982f1d480bbb6f25 (patch)
tree4d24c517a1d88b5279da331f75029e8c28fe7ede
parent5d24d3de2a52dea97738d941513091efb70b2cf8 (diff)
downloadwekan-1a5fe9350064c2a82767b6e9982f1d480bbb6f25.tar.gz
wekan-1a5fe9350064c2a82767b6e9982f1d480bbb6f25.tar.bz2
wekan-1a5fe9350064c2a82767b6e9982f1d480bbb6f25.zip
v0.30v0.30
-rw-r--r--CHANGELOG.md7
-rw-r--r--package.json2
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 453626b7..78eb162f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
-# Upcoming Wekan release
+# v0.30 2017-07-27 Wekan release
+
+SECURITY ISSUE [Files accessible without authentication](https://github.com/wekan/wekan/issues/1105)
+IS NOT FIXED YET.
This release adds the following new features:
@@ -11,7 +14,7 @@ and fixes the following bugs:
* [Double shashes on ROOT_URL](https://github.com/wekan/wekan/issues/962).
-Thanks to GitHub users GhassenRjab, nztqa and xet7 for contributions.
+Thanks to GitHub users GhassenRjab, nztqa and xet7 for their contributions.
# v0.29 2017-07-21 Wekan release
diff --git a/package.json b/package.json
index ded49aa7..e16f583b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.29.0",
+ "version": "0.30.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {