Fix version and changelog (#770)

This commit is contained in:
Rick Winter 2020-10-14 14:57:38 -07:00 committed by GitHub
parent 74020a397a
commit aa18492bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Release History
## 1.0.0-beta.8 (Unreleased)
## 1.0.0-beta.7 (2020-09-15)
* Validate vcpkg publishing automation framework (part 4)

View File

@ -8,7 +8,7 @@
#define AZURE_TEMPLATE_VERSION_MAJOR 1
#define AZURE_TEMPLATE_VERSION_MINOR 0
#define AZURE_TEMPLATE_VERSION_PATCH 0
#define AZURE_TEMPLATE_VERSION_PRERELEASE "beta.7"
#define AZURE_TEMPLATE_VERSION_PRERELEASE "beta.8"
namespace Azure { namespace Template {