diff --git a/CHANGELOG.md b/CHANGELOG.md
index dccab27..96fcc6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 6.7.0
+
+* Added supports for native DOM events binding with the `native:` prefix.
+
## 6.6.10
* Fixed that `autoresize` doesn't work when reducing the height or the root element.
diff --git a/README.md b/README.md
index 96847e4..7f22c38 100644
--- a/README.md
+++ b/README.md
@@ -238,7 +238,7 @@ Drop `
-
+
```
@@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
```html
-
+
```
diff --git a/README.zh-Hans.md b/README.zh-Hans.md
index f729d99..cd3e0e8 100644
--- a/README.zh-Hans.md
+++ b/README.zh-Hans.md
@@ -238,7 +238,7 @@ import "echarts";
```html
-
+
```
@@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
```html
-
+
```
diff --git a/package.json b/package.json
index 957ce0b..a9e770e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-echarts",
- "version": "6.6.10",
+ "version": "6.7.0",
"description": "Vue.js component for Apache ECharts™.",
"author": "GU Yiling ",
"scripts": {