diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bce8771..dc40dc20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.5.1] + +* Track Version in the Extension Code, for walkthrough. +* Remove unused and unnecessary parameters for automatic cluster creation. +* Dependabot updates and bumps. + +Thank you so much to @tejhan, @ReinierCC, @kejatura-dev, @qpetraroia, @hsubramanianaks, @joybb, @sabbour for contributions, testing and reviews. + ## [1.5.0] * Kaito deployment & ux updates. diff --git a/package-lock.json b/package-lock.json index 6ab8af99..44d8de0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-aks-tools", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-aks-tools", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "@azure/arm-authorization": "^9.0.0", diff --git a/package.json b/package.json index 06239823..b38b0c29 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-aks-tools", "displayName": "Azure Kubernetes Service", "description": "Display Azure Kubernetes Services within VS Code", - "version": "1.5.0", + "version": "1.5.1", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255", "publisher": "ms-kubernetes-tools", "icon": "resources/aks-tools.png",