diff --git a/CHANGELOG.md b/CHANGELOG.md
index 960ff27..243b266 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+
+# [3.6.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.5.0...v3.6.0) (2020-06-07)
+
+
+### Bug Fixes
+
+* remove touchstart event ([#469](https://github.com/mengxiong10/vue2-datepicker/issues/469)) ([b6b770d](https://github.com/mengxiong10/vue2-datepicker/commit/b6b770d))
+
+
+### Features
+
+* add multi-select ([#444](https://github.com/mengxiong10/vue2-datepicker/issues/444)) ([7835ffb](https://github.com/mengxiong10/vue2-datepicker/commit/7835ffb))
+* add the prop `scroll-duration` ([#475](https://github.com/mengxiong10/vue2-datepicker/issues/475)) ([051ad89](https://github.com/mengxiong10/vue2-datepicker/commit/051ad89))
+
+
+
# [3.5.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.4.1...v3.5.0) (2020-04-22)
diff --git a/package-lock.json b/package-lock.json
index 90e8731..f2fe6fe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "vue2-datepicker",
- "version": "3.5.0",
+ "version": "3.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 414271d..53916ba 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"/index.*",
"/scss"
],
- "version": "3.5.0",
+ "version": "3.6.0",
"scripts": {
"dev": "parcel ./example/dev.html --open --port 2235",
"build:index": "cross-env NODE_ENV=production rollup -c",