diff --git a/changes.md b/changes.md index 4a12534a..f8998a94 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,8 @@ +### 0.4.0 +* Upgraded parent Docker Image to `node:22.7.0-alpine` +* Improved `GitHub Action workflow` and removed sensitive data from Docker Image +* Updated `axios` to `1.7.5` + ### 0.4.0 * Upgraded parent Docker image to `node:22` * Upgraded `kubectl` to `1.31.0` diff --git a/package.json b/package.json index 941ea7fa..0a319364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-sftp", - "version": "0.4.0", + "version": "0.5.0", "description": "SSH tunnels to Kubernetes containers", "main": "bin/server.js", "scripts": {