diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a1ce9d..68b86a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# [1.7.0](https://github.com/vuejs/composition-api/compare/v1.6.3...v1.7.0) (2022-07-01)
+
+
+### Bug Fixes
+
+* add note about Vue 2.7 ([6117f81](https://github.com/vuejs/composition-api/commit/6117f81))
+
+
+
## [1.6.3](https://github.com/vuejs/composition-api/compare/v1.6.2...v1.6.3) (2022-06-24)
diff --git a/README.md b/README.md
index 5388b3e..79908ab 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall
```html
-
+
```
diff --git a/README.zh-CN.md b/README.zh-CN.md
index b76800f..95fe59e 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -43,7 +43,7 @@ import { ref, reactive } from '@vue/composition-api'
```html
-
+
```
diff --git a/package.json b/package.json
index e6f21b6..d245b2a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/composition-api",
- "version": "1.6.3",
+ "version": "1.7.0",
"packageManager": "pnpm@7.0.0",
"description": "Provide logic composition capabilities for Vue.",
"keywords": [