summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]CHANGELOG.md5
-rw-r--r--package.json2
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 130af6d4..22a8dcd8 100755..100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# v0.x Wekan fork upcoming release, already committed to devel branch
+# v0.11.0 Wekan fork first release
This release adds the following new features:
@@ -10,6 +10,7 @@ This release adds the following new features:
* Option 'filter by empty' to filter by cards by 'no member'
and 'no label' properties;
* Speedup: Added MongoDB index on CardId into Comments collection.
+* Translation updates
and fixes the following bugs:
@@ -25,7 +26,7 @@ and fixes the following bugs:
Thanks to GitHub users dwrencha, fmonthel, mario-orlicky, pierreozoux,
shoetten, and xet7 for their contributions.
-# v0.11
+# v0.11.0-rc2
This release adds the following new features:
diff --git a/package.json b/package.json
index 0a69681f..795f0e5d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.10.1",
+ "version": "0.11.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {