diff --git a/CHANGELOG.md b/CHANGELOG.md index dac4b94..5f46ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.5.0 +- Bump up grpc-node to 1.6.7 to fix CVE-2022-25878 (#85) +- Fix issue #9165 express router entry duplicated (#84) +- Fix skywalking s3 upload error #8824 (#82) +- Improved ignore path regex (#81) +- Upgrade data collect protocol (#78) +- Fix wrong instance properties (#77) +- Fix wrong command in release doc (#76) + # 0.4.0 - Fix mysql2 plugin install error. (#74) diff --git a/package-lock.json b/package-lock.json index 44471a4..ba851e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "skywalking-backend-js", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 990f430..783efa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skywalking-backend-js", - "version": "0.4.0", + "version": "0.5.0", "description": "The NodeJS agent for Apache SkyWalking", "homepage": "skywalking.apache.org", "main": "lib/index.js",