diff --git a/CHANGELOG.md b/CHANGELOG.md index ab17c56cb..52547be37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to the "mongodb" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.5.0] - 2021-3-10 + +### Added + +- Add documentation details to playground auto completion items (#267) + +### Fixed + +- Fix launching mongodb shell with ssl in bash (VSCODE-227, #270) + ## [0.4.2] - 2021-2-17 ### Added diff --git a/package-lock.json b/package-lock.json index e6ac42611..f3fcf8226 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-vscode", - "version": "0.4.3-dev.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb-vscode", - "version": "0.4.3-dev.0", + "version": "0.5.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@babel/parser": "^7.12.11", diff --git a/package.json b/package.json index e254292ee..38a441097 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "mongodb-vscode", "displayName": "MongoDB for VS Code", "description": "Connect to MongoDB and Atlas directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.", - "version": "0.4.3-dev.0", + "version": "0.5.0", "homepage": "https://github.com/mongodb-js/vscode", "qna": "https://developer.mongodb.com/community/forums/", "repository": { diff --git a/src/test/suite/connectionController.test.ts b/src/test/suite/connectionController.test.ts index a2be37e6d..efce63f28 100644 --- a/src/test/suite/connectionController.test.ts +++ b/src/test/suite/connectionController.test.ts @@ -512,7 +512,7 @@ suite('Connection Controller Test Suite', function () { test('"getConnectionStringFromConnectionId" returns the driver uri of a connection', async () => { const expectedDriverUri = - 'mongodb://localhost:27018/?readPreference=primary&appname=mongodb-vscode%200.4.3-dev.0&ssl=false'; + 'mongodb://localhost:27018/?readPreference=primary&appname=mongodb-vscode%200.5.0&ssl=false'; await testConnectionController.loadSavedConnections(); await testConnectionController.addNewConnectionStringAndConnect(