diff --git a/sdk/template/azure-template/CHANGELOG.md b/sdk/template/azure-template/CHANGELOG.md index 85e974f20..1b05d63a9 100644 --- a/sdk/template/azure-template/CHANGELOG.md +++ b/sdk/template/azure-template/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History +## 1.0.0 (2021-06-03) + +* Validate template project ahead of release + ## 1.0.0-beta.25 (2021-01-12) * Validate vcpkg publishing automation (part 20) diff --git a/sdk/template/azure-template/src/private/package_version.hpp b/sdk/template/azure-template/src/private/package_version.hpp index 2b72bb548..4d3ab2446 100644 --- a/sdk/template/azure-template/src/private/package_version.hpp +++ b/sdk/template/azure-template/src/private/package_version.hpp @@ -11,7 +11,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.25" +#define AZURE_TEMPLATE_VERSION_PRERELEASE "" #define AZURE_TEMPLATE_VERSION_ITOA_HELPER(i) #i #define AZURE_TEMPLATE_VERSION_ITOA(i) AZURE_TEMPLATE_VERSION_ITOA_HELPER(i)