Browse Source

Wekan release v0.21

Lauri Ojansivu 8 years ago
parent
commit
dd898f4033
2 changed files with 13 additions and 1 deletions
  1. 12 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 12 - 0
CHANGELOG.md

@@ -1,3 +1,15 @@
+# v0.21 2017-05-05 Wekan release
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/784
+
+This release fixes the following bugs:
+
+* Update release version number to package.json.
+
+Thanks to GitHub user xet7 for contributions.
+
 # v0.20 2017-05-07 Wekan release
 
 Known bugs:

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "0.19.0",
+  "version": "0.21.0",
   "description": "The open-source Trello-like kanban",
   "private": true,
   "scripts": {