diff --git a/blockchain-workbench/CHANGELOG.md b/blockchain-workbench/CHANGELOG.md index 1e8796ac4..4895b2381 100644 --- a/blockchain-workbench/CHANGELOG.md +++ b/blockchain-workbench/CHANGELOG.md @@ -1,6 +1,10 @@ +# Azure Blockchain Workbench Release Notes - Version 1.8.1 + +Thank you all for your continued support and interest in Azure Blockchain Workbench. We’re excited to announce the release of Workbench 1.8.1, in which we have resolved all the accessibility bugs, Azure Blockchain Workbench is now fully compliant with accessibility. We have also fixed a bug in the scripts that is used to connect AAD to your Workbench to mitigate some breaking changes in the azure cloud shell. You can deploy a new instance of Workbench through the Azure Portal or upgrade your existing deployments to 1.8.1 using our [upgrade script](https://github.com/Azure-Samples/blockchain/tree/master/blockchain-workbench/scripts/upgrade/readme.md). + # Azure Blockchain Workbench Release Notes - Version 1.8.0 -Thank you all for your continued support and interest in Azure Blockchain Workbench. We’re excited to announce the release of Workbench 1.8.0, in which we have made component improvements and added availability in more Azure Regions. You can deploy a new instance of Workbench through the Azure Portal or upgrade your existing deployments to 1.8.0 using our [upgrade script](https://github.com/Azure-Samples/blockchain/tree/master/blockchain-workbench/scripts/upgrade/readme.md). +Thank you all for your continued support and interest in Azure Blockchain Workbench. We’re excited to announce the release of Workbench 1.8.0, in which we have made component improvements and added availability in more Azure Regions. This update includes the following improvements: diff --git a/blockchain-workbench/latest b/blockchain-workbench/latest index 27f9cd322..a8fdfda1c 100644 --- a/blockchain-workbench/latest +++ b/blockchain-workbench/latest @@ -1 +1 @@ -1.8.0 +1.8.1 diff --git a/blockchain-workbench/readme.md b/blockchain-workbench/readme.md index 522c6a642..bed087424 100644 --- a/blockchain-workbench/readme.md +++ b/blockchain-workbench/readme.md @@ -1,6 +1,6 @@ # ![Microsoft Azure Blockchain Workbench](./media/logo_small.png) Microsoft Azure Blockchain Workbench -*New!* Version 1.8.0 of Workbench has been released. Please see our [Release Notes](./CHANGELOG.md) and [Upgrade Instructions](./scripts/upgrade/readme.md) if you're running an older version. +*New!* Version 1.8.1 of Workbench has been released. Please see our [Release Notes](./CHANGELOG.md) and [Upgrade Instructions](./scripts/upgrade/readme.md) if you're running an older version. This repository contains content and samples in number of areas, including: diff --git a/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 b/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 index 350bebcb9..58f879ef9 100644 --- a/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 +++ b/blockchain-workbench/scripts/upgrade/azureBlockchainWorkbenchUpgradeToLatest.ps1 @@ -1,12 +1,12 @@ <# .SYNOPSIS -Upgrades Azure Blockchain Workbench to version 1.8.0. +Upgrades Azure Blockchain Workbench to version 1.8.1. .DESCRIPTION -Upgrades Azure Blockchain Workbench to version 1.8.0. +Upgrades Azure Blockchain Workbench to version 1.8.1. .PARAMETER SubscriptionID SubscriptionID to create or locate all resources. @@ -24,7 +24,7 @@ None. You cannot pipe objects to this script. None. This script does not generate any output. .EXAMPLE -C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_8_0.ps1 -SubscriptionID "" -ResourceGroupName "" +C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_8_1.ps1 -SubscriptionID "" -ResourceGroupName "" #> @@ -32,8 +32,8 @@ C:\tmp> .\azureBlockchainWorkbenchUpgradeTov1_8_0.ps1 -SubscriptionID "