diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76ac5f5..f3ad9be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog
+## [v0.3.17](https://github.com/soybeanjs/changelog/compare/v0.3.16...v0.3.17) (24-04-23)
+
+### 🐞 Bug Fixes
+
+- **projects**: fix get to value - by @honghuangdc [(b9bbd)](https://github.com/soybeanjs/changelog/commit/b9bbd9e)
+
+### 🏡 Chore
+
+- **projects**: update pnpm version - by @honghuangdc [(d510e)](https://github.com/soybeanjs/changelog/commit/d510e9c)
+
+### ❤️ Contributors
+
+[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)
+
## [v0.3.16](https://github.com/soybeanjs/changelog/compare/v0.3.15...v0.3.16) (24-04-23)
### 💅 Refactors
diff --git a/package.json b/package.json
index a645893..7b6aa77 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@soybeanjs/changelog",
"type": "module",
- "version": "0.3.16",
+ "version": "0.3.17",
"packageManager": "pnpm@9.0.5",
"description": "generate changelog form git tags and commits for github",
"author": {
diff --git a/packages/githublogen/package.json b/packages/githublogen/package.json
index edd7d60..1c732ce 100644
--- a/packages/githublogen/package.json
+++ b/packages/githublogen/package.json
@@ -1,7 +1,7 @@
{
"name": "githublogen",
"type": "module",
- "version": "0.3.16",
+ "version": "0.3.17",
"packageManager": "pnpm@9.0.5",
"author": {
"name": "Soybean",