diff --git a/docs-source/src/en/about/changelog.md b/docs-source/src/en/about/changelog.md
index a0d6f16..e77afab 100644
--- a/docs-source/src/en/about/changelog.md
+++ b/docs-source/src/en/about/changelog.md
@@ -18,7 +18,12 @@ Time zone of version release date: **UTC+8**
## pangutext-android
-### 1.0.0 | 2025.02.10
+### 1.0.1 | 2025.02.11
+
+- Fixed an issue where injecting `PanguText` could cause incorrect width measurement in `TextView`
+- Added `isAutoRemeasureText` to `PanguTextConfig` to control whether to automatically remeasure text width (applies to single-line text in `TextView`)
+
+### 1.0.0 | 2025.02.10
- The first version is submitted to Maven
diff --git a/docs-source/src/zh-cn/about/changelog.md b/docs-source/src/zh-cn/about/changelog.md
index 662b059..20f4527 100644
--- a/docs-source/src/zh-cn/about/changelog.md
+++ b/docs-source/src/zh-cn/about/changelog.md
@@ -10,7 +10,12 @@
## pangutext-android
-### 1.0.0 | 2025.02.10
+### 1.0.1 | 2025.02.11
+
+- 修复注入 `PanguText` 后 `TextView` 可能导致测量宽度不正确的问题
+- `PanguTextConfig` 新增 `isAutoRemeasureText`,用于控制是否自动重新测量文本宽度 (作用于 `TextView` 单行文本)
+
+### 1.0.0 | 2025.02.10
- 首个版本提交至 Maven
diff --git a/gradle.properties b/gradle.properties
index 7e27b6e..e3e8b69 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,7 +15,7 @@ project.app.packageName=com.highcapable.pangutext.demo
project.app.versionName=universal
project.app.versionCode=1
project.pangutext-android.namespace=${project.groupName}.android
-project.pangutext-android.version="1.0.0"
+project.pangutext-android.version="1.0.1"
# Maven Publish Configuration
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true