diff --git a/CHANGELOG.md b/CHANGELOG.md index a3773bd..5f25f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## 0.0.12(2024-07-05) + +- Fix Request User-Agent. + ## 0.0.11(2024-06-26) - Profiles management: You can switch between profiles or add a new one. diff --git a/package.json b/package.json index f46785f..6fab188 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Alibaba Cloud API Toolkit", "description": "The Alibaba Cloud API Toolkit for VSCode makes it easier to access Alibaba Cloud services.", "author": "Alibaba Cloud SDK Team", - "version": "0.0.11", + "version": "0.0.12", "private": true, "publisher": "alibabacloud-openapi", "license": "Apache-2.0",