diff --git a/sdk/automanage/azure-mgmt-automanage/CHANGELOG.md b/sdk/automanage/azure-mgmt-automanage/CHANGELOG.md index 49a74ea2f6d4..5b18df47e51b 100644 --- a/sdk/automanage/azure-mgmt-automanage/CHANGELOG.md +++ b/sdk/automanage/azure-mgmt-automanage/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History +## 1.0.0b2 (2021-04-21) + + - Fix dependency for package + ## 1.0.0b1 (2020-09-10) * Initial Release diff --git a/sdk/automanage/azure-mgmt-automanage/azure/mgmt/automanage/_version.py b/sdk/automanage/azure-mgmt-automanage/azure/mgmt/automanage/_version.py index e5754a47ce68..dfa6ee022f15 100644 --- a/sdk/automanage/azure-mgmt-automanage/azure/mgmt/automanage/_version.py +++ b/sdk/automanage/azure-mgmt-automanage/azure/mgmt/automanage/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "1.0.0b1" +VERSION = "1.0.0b2"