diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b85a033c..97d93d5e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.12.1 + +### Hot Fixes + +* Reverting changes for using List Supported Virtual Machine and Cloud Service SKUs due to issue with backend [\#2440](https://github.com/Azure/BatchExplorer/issues/2440) + # 2.12.0 [All items](https://github.com/Azure/BatchExplorer/milestone/46?closed=1) diff --git a/package.json b/package.json index 67df00aa15..747c6bcacd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "name": "Microsoft Corporation", "email": "batchexplorer@microsoft.com" }, - "version": "2.12.0", + "version": "2.12.1", "main": "build/client/main.prod.js", "scripts": { "ts": "ts-node --project tsconfig.node.json --files",