Skip to content

Commit

Permalink
Update changelog 📜 and version (microsoft#1310)
Browse files Browse the repository at this point in the history
* Update changelog
* Version bump
  • Loading branch information
nturinski committed Jan 22, 2020
1 parent bb58b61 commit 9a293ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the "azure-cosmosdb" extension will be documented in this file.

## 0.12.1 - 2020-01-22
### Fixed
- When updating a Mongo document, the operation would fail with the following error: `update operation document must contain atomic operators.` [#1298](https://github.com/microsoft/vscode-cosmosdb/issues/1298)
- When importing a `.json` document into a Mongo collection, it would throw the following error: `Error: r.insertedIds is not iterable` [#1307](https://github.com/microsoft/vscode-cosmosdb/issues/1307)

## 0.12.0 - 2020-01-16
### Added
- Support for Private Endpoint Connections
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-cosmosdb",
"version": "0.12.1-alpha",
"version": "0.12.1",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-azuretools",
"displayName": "Azure Cosmos DB",
Expand Down

0 comments on commit 9a293ea

Please sign in to comment.