diff --git a/CHANGELOG.md b/CHANGELOG.md index ac496669..fed7c83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.65.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.65.0) - 2025-02-03 + + +### Added + +- Added dropdown menu action that redirects to extension docs. + [#161](https://github.com/metalbear-co/mirrord-vscode/issues/161) +- mirrord target quick pick now allows for switching between the Kubernetes + namespaces. + ## [3.64.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.64.0) - 2024-12-19 diff --git a/changelog.d/+namespace-selection.added.md b/changelog.d/+namespace-selection.added.md deleted file mode 100644 index efbd59fa..00000000 --- a/changelog.d/+namespace-selection.added.md +++ /dev/null @@ -1 +0,0 @@ -mirrord target quick pick now allows for switching between Kubernetes namespaces. diff --git a/changelog.d/161.added.md b/changelog.d/161.added.md deleted file mode 100644 index 1bea1223..00000000 --- a/changelog.d/161.added.md +++ /dev/null @@ -1 +0,0 @@ -Added dropdown menu action that redirects to extension docs. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8630d801..b49adc99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.64.0", + "version": "3.65.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.64.0", + "version": "3.65.0", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index ff12b488..07439c16 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "mirrord", "description": "Run your local process in the context of your cloud cluster", "publisher": "MetalBear", - "version": "3.64.0", + "version": "3.65.0", "engines": { "vscode": "^1.63.0" },