From 6b91176b367d67e02eecf3fc7928be2965bdb107 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 03:04:07 +0000 Subject: [PATCH] Update changelog (#650) Co-authored-by: mcasimir --- CHANGELOG.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e884d7a..cd72036a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [v1.4.0](https://github.com/mongodb-js/vscode/releases/tag/untagged-cda8b18ef8ec5f1910ea) - null + +Edit the release notes before publishing. + + ## [v1.3.1](https://github.com/mongodb-js/vscode/releases/tag/v1.3.1) - 2023-10-09 ## What's Changed @@ -425,17 +430,3 @@ To dig deeper please feel free to follow the links mentioned below: - Connections in the tree view are now alphabetically sorted -## [v0.0.3](https://github.com/mongodb-js/vscode/releases/tag/v0.0.3) - 2020-05-26 - -### Added - -- Added `require` support in playgrounds - -### Fixed - -- Fixed an issue with file pathing on SSL and SSH connections on windows -- Fixed an issue with connecting to mongodb through the shell while using SSH -- Fixed a connectivity issue with playgrounds and SSH connections -- Fixed an issue with having a babel config in a workspace root - -