diff --git a/docs-source/src/en/about/changelog.md b/docs-source/src/en/about/changelog.md
index a781140..42461bb 100644
--- a/docs-source/src/en/about/changelog.md
+++ b/docs-source/src/en/about/changelog.md
@@ -18,12 +18,21 @@ Time zone of version release date: **UTC+8**
## kavaref-core
-### 1.0.0 | 2025.06.25
+### 1.0.1 | 2025.07.06
+
+- `T.resolve()` has been deprecated because it has namespace pollution problems. It is now recommended to migrate to `T.asResolver()`
+- Removed the residual `block` method in `KavaRef`. If this method is used, you can manually implement it with `apply`
+
+### 1.0.0 | 2025.06.25
- The first version is submitted to Maven
## kavaref-extension
-### 1.0.0 | 2025.06.25
+### 1.0.1 | 2025.07.06
+
+- Fixed an issue where the return type of `loadOrNull` is `Class<*>?` instead of `Class?` in `VariousClass`
+
+### 1.0.0 | 2025.06.25
- The first version is submitted to Maven
\ No newline at end of file
diff --git a/docs-source/src/zh-cn/about/changelog.md b/docs-source/src/zh-cn/about/changelog.md
index 5b87d98..4982d55 100644
--- a/docs-source/src/zh-cn/about/changelog.md
+++ b/docs-source/src/zh-cn/about/changelog.md
@@ -10,12 +10,21 @@
## kavaref-core
-### 1.0.0 | 2025.06.25
+### 1.0.1 | 2025.07.06
+
+- `T.resolve()` 已被弃用,因为其存在命名空间污染问题,现在推荐迁移到 `T.asResolver()`
+- 移除了 `KavaRef` 中存在的残留 `block` 方法,如果有用到此类方法,你可以手动使用 `apply` 来实现
+
+### 1.0.0 | 2025.06.25
- 首个版本提交至 Maven
## kavaref-extension
-### 1.0.0 | 2025.06.25
+### 1.0.1 | 2025.07.06
+
+- 修复 `VariousClass` 中 `loadOrNull` 返回类型是 `Class<*>?` 而不是 `Class?` 的问题
+
+### 1.0.0 | 2025.06.25
- 首个版本提交至 Maven
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
index 3e7c852..5bbffd7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,8 +2,8 @@
project.name=KavaRef
project.url=https://github.com/HighCapable/KavaRef
project.groupName=com.highcapable.kavaref
-project.kavaref-core.version="1.0.0"
-project.kavaref-extension.version="1.0.0"
+project.kavaref-core.version="1.0.1"
+project.kavaref-extension.version="1.0.1"
project.samples-kavaref-demo.groupName=${project.groupName}.demo
project.samples-kavaref-demo.version=universal
# Maven Publish Configuration