From 2e28a5190d825c359ae8a67abe00b73245e0f999 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 03:04:01 +0000 Subject: [PATCH] Update changelog (#671) Co-authored-by: mcasimir --- CHANGELOG.md | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0caad78ba..9e7b572d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [v1.5.0](https://github.com/mongodb-js/vscode/releases/tag/untagged-bf7d742ca55d7b3fe4c6) - null + +Edit the release notes before publishing. + + ## [v1.4.0](https://github.com/mongodb-js/vscode/releases/tag/v1.4.0) - 2024-01-09 ## What's Changed @@ -431,21 +436,3 @@ To dig deeper please feel free to follow the links mentioned below: - Fixed an issue with the tree explorer freezing when double clicking an open schema -## [v0.0.4](https://github.com/mongodb-js/vscode/releases/tag/v0.0.4) - 2020-06-17 - -### Added - -- Added `Launch MongoDB Shell` right click action for the active connection in the tree view - -### Fixed - -- Fixed an issue with connecting to ssl with the launch shell command -- Fixed an issue with the launch shell command on windows -- Fixed playgrounds not being able to run in WSL environments -- Updated our connection model dependency to pull in a fix for connection strings with `readPreferenceTags` - -### Changed - -- Connections in the tree view are now alphabetically sorted - -