diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 52fbe44..c8c43bb 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,6 +1,10 @@
# 🍹 版本更新记录 :id=title
-## 🎿 v2.5.0 新增了 trimWhere 标签 🆕 (2021-05-07) :id=v250
+## 🎣 v2.6.0 支持 Spring Data JPA 2.6.0 版本 🆕 (2021-11-21) :id=v260
+
+- 支持最新的 Spring Data JPA 版本(`v2.6.0`),同时也能兼容之前的 Spring Data JPA 版本;
+
+## 🎿 v2.5.0 新增了 trimWhere 标签 (2021-05-07) :id=v250
- 新增了 `trimWhere` 标签,用于完全替代之前的 `where` 标签,用于修复它的已知 [bug](https://github.com/blinkfox/fenix/issues/43),以前的 `where` 标签将继续保留但不再推荐使用;
diff --git a/docs/_coverpage.md b/docs/_coverpage.md
index 0fe133a..157b6f5 100644
--- a/docs/_coverpage.md
+++ b/docs/_coverpage.md
@@ -1,6 +1,6 @@
![logo](assets/images/logo.png)
-# Fenix 2.5.0
+# Fenix 2.6.0
> 为解决复杂动态 SQL 而生的 Spring Data JPA 扩展库
diff --git a/docs/quick-install.md b/docs/quick-install.md
index 473cee2..26505a1 100644
--- a/docs/quick-install.md
+++ b/docs/quick-install.md
@@ -16,14 +16,14 @@
com.blinkfox
fenix-spring-boot-starter
- 2.5.0
+ 2.6.0
```
### 🌵 2. Gradle :id=spring-boot-gradle
```bash
-compile 'com.blinkfox:fenix-spring-boot-starter:2.5.0'
+compile 'com.blinkfox:fenix-spring-boot-starter:2.6.0'
```
### 🏕️ 3. 激活 Fenix (@EnableFenix) :id=enable-fenix
@@ -98,14 +98,14 @@ fenix:
com.blinkfox
fenix
- 2.5.0
+ 2.6.0
```
### 🌻 2. Gradle :id=project-gradle
```bash
-compile 'com.blinkfox:fenix:2.5.0'
+compile 'com.blinkfox:fenix:2.6.0'
```
### 🏔️ 3. 激活 Fenix :id=project-enable-fenix