summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-15 00:36:53 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-15 00:36:53 +0300
commit3d4a7512f16f0d89716ac96b40da1a5d7c7dfecc (patch)
tree9d071da41ba54f3a495db2771ae7decefadb6998
parent2302453b368f1965a32f65b1b31a82f331c41f0a (diff)
downloadwekan-3d4a7512f16f0d89716ac96b40da1a5d7c7dfecc.tar.gz
wekan-3d4a7512f16f0d89716ac96b40da1a5d7c7dfecc.tar.bz2
wekan-3d4a7512f16f0d89716ac96b40da1a5d7c7dfecc.zip
Wekan v0.28v0.28
-rw-r--r--CHANGELOG.md8
-rw-r--r--package.json2
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46aa79b1..35dad66e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
-# Upcoming Wekan release
+# v0.28 2017-07-15 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:
@@ -8,7 +11,8 @@ This release adds the following new features:
item](https://github.com/wekan/wekan/pull/1099);
* [Improve UI design of checklist items](https://github.com/wekan/wekan/pull/1108);
* [Import Wekan board](https://github.com/wekan/wekan/pull/1117);
-* [Outgoing Webhooks](https://github.com/wekan/wekan/pull/1119).
+* [Outgoing Webhooks](https://github.com/wekan/wekan/pull/1119);
+* [Wekan wiki now has menu with categories](https://github.com/wekan/wekan/wiki).
and fixes the following bugs:
diff --git a/package.json b/package.json
index 1f30d916..b1a672d8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.27.0",
+ "version": "0.28.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {