diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f85722..c36915b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # RELEASE NOTES +## 3.4.4 (Nov 15, 2023) + +#### IMPROVEMENTS: +* Update various dependencies + ## 3.4.3 (Oct 23, 2023) #### IMPROVEMENTS: @@ -79,4 +84,4 @@ * Replace 'request' package with axios ([#64](https://github.com/akamai/AkamaiOPEN-edgegrid-node/issues/64)) * Fix code quality issues * Update version of mocha -* Add resolving ~ sign in edgerc path \ No newline at end of file +* Add resolving ~ sign in edgerc path diff --git a/package-lock.json b/package-lock.json index 2af501e..fcb43cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "akamai-edgegrid", - "version": "3.4.3", + "version": "3.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "akamai-edgegrid", - "version": "3.4.3", + "version": "3.4.4", "license": "Apache-2.0", "dependencies": { "axios": "^1.1.2", diff --git a/package.json b/package.json index 3b87d5d..f01f578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "akamai-edgegrid", - "version": "3.4.3", + "version": "3.4.4", "description": "Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Node.js", "main": "index.js", "scripts": {