소스 검색

v0.11.0 Wekan fork first release.

Lauri Ojansivu 8 년 전
부모
커밋
fd18ca314a
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 2
      CHANGELOG.md
  2. 1 1
      package.json

+ 3 - 2
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:
 

+ 1 - 1
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": {