diff --git a/CHANGELOG.md b/CHANGELOG.md
index 905f391..590420d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.8.0 (2024-12-09)
+
+Feature:
+
+- 凭证支持接入带getCredentials()接口的CredentialsProvider
+
## 1.0.2 (2017-01-16)
Feature:
diff --git a/README.md b/README.md
index 6107095..1816788 100644
--- a/README.md
+++ b/README.md
@@ -33,12 +33,15 @@ For example, The ECS OpenAPI(https://help.aliyun.com/document_detail/25490.html)
And the endpoint list can be found at [here](https://help.aliyun.com/document_detail/25489.html), the center endpoint is ecs.aliyuncs.com. Add http protocol `http` or `https`, should be `http://ecs.aliyuncs.com/`.
+## Important Updates
+
+- Starting from version 1.8.0, CredentialsProvider is supported, and the signature logic of internal functions is updated. Developers who change the internal logic for calling need to pay attention to these changes.
## Online Demo
-**[API Developer Portal](https://next.api.aliyun.com)** provides the ability to call the cloud product OpenAPI online, and dynamically generate SDK Example code and quick retrieval interface, which can significantly reduce the difficulty of using the cloud API. **It is highly recommended**.
+**[API Developer Portal](https://api.aliyun.com)** provides the ability to call the cloud product OpenAPI online, and dynamically generate SDK Example code and quick retrieval interface, which can significantly reduce the difficulty of using the cloud API. **It is highly recommended**.
-
+
diff --git a/package.json b/package.json
index 31bea1a..7b785b7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@alicloud/pop-core",
- "version": "1.7.13",
+ "version": "1.8.0",
"description": "AliCloud POP SDK core",
"main": "index.js",
"types": "lib/rpc.d.ts",