diff --git a/CHANGELOG.md b/CHANGELOG.md index 0910ec26f..429f86670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.12.1 - 2023-07-19 + +### Added +* Add Ballerina language support by @xlight05 in https://github.com/microsoft/vscode-azurefunctions/pull/3584 + +### Changed +* Print a warning if the function project root can't be found on deploy by @mkfrey in https://github.com/microsoft/vscode-azurefunctions/pull/3764 + +### Fixed +* Fix executing service bus topic trigger by @alexweininger in https://github.com/microsoft/vscode-azurefunctions/pull/3763 + ## 1.12.0 - 2023-07-13 ### Added diff --git a/package-lock.json b/package-lock.json index 90f314516..fa6d301d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azurefunctions", - "version": "1.12.1-alpha.0", + "version": "1.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azurefunctions", - "version": "1.12.1-alpha.0", + "version": "1.12.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appinsights": "^5.0.0-alpha.20230530.1", diff --git a/package.json b/package.json index 7bb3077c3..3d068a109 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurefunctions", "displayName": "Azure Functions", "description": "%azureFunctions.description%", - "version": "1.12.1-alpha.0", + "version": "1.12.1", "publisher": "ms-azuretools", "icon": "resources/azure-functions.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",