Azure Security Attestation 1.0 release (#3796)

* Attestation 1.0

* Updates
This commit is contained in:
Larry Osterman 2022-07-07 12:15:03 -07:00 committed by GitHub
parent 9c144c7301
commit 2e6e46792a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -1,14 +1,10 @@
# Release History
## 1.0.0-beta.4 (Unreleased)
### Features Added
## 1.0.0 (2022-07-07)
### Breaking Changes
### Bugs Fixed
### Other Changes
- Renamed `Version` field to `ApiVersion` and removed the `ServiceVersion` enumeration.
## 1.0.0-beta.3 (2022-06-07)

View File

@ -11,7 +11,7 @@
#define AZURE_ATTESTATION_VERSION_MAJOR 1
#define AZURE_ATTESTATION_VERSION_MINOR 0
#define AZURE_ATTESTATION_VERSION_PATCH 0
#define AZURE_ATTESTATION_VERSION_PRERELEASE "beta.4"
#define AZURE_ATTESTATION_VERSION_PRERELEASE ""
#define AZURE_ATTESTATION_VERSION_ITOA_HELPER(i) #i
#define AZURE_ATTESTATION_VERSION_ITOA(i) AZURE_ATTESTATION_VERSION_ITOA_HELPER(i)