updating package version and changelog

This commit is contained in:
Derek Legenzoff 2022-03-01 17:12:26 -08:00
Родитель 72cc4691a0
Коммит a3f13c8fcb
2 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,14 @@
# Change Log
## 0.3.1 - 2022-03-08
- Adding support for index aliases
## 0.3.0
- Updating extension to use the latest 2021-04-30-Preview API version. This adds support for normalizers, semantic configurations, managed identity for data sources, and new cognitive skills.
- Updating schemas to the 2021-04-30-Preview API version.
## 0.2.0 - 2021-03-16
- Adding functionality to copy query key and admin key

Просмотреть файл

@ -2,7 +2,7 @@
"name": "vscode-azurecognitivesearch",
"displayName": "Azure Cognitive Search",
"description": "Manage your Azure Cognitive Search services, create indexes, add documents, search, and more.",
"version": "0.3.0",
"version": "0.3.1",
"publisher": "ms-azuretools",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"license": "SEE LICENSE IN LICENSE.md",