From c6efb2a0981e9ac63b973b134ea0882880809264 Mon Sep 17 00:00:00 2001 From: Ross Wollman Date: Tue, 10 Sep 2024 16:21:01 -0700 Subject: [PATCH] chore: prep for v1.7.0 release --- docs/ReleaseHistory.md | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseHistory.md b/docs/ReleaseHistory.md index 1283bca..044a96c 100644 --- a/docs/ReleaseHistory.md +++ b/docs/ReleaseHistory.md @@ -11,7 +11,7 @@ - FPS => False positive reduction in static analysis. - FNS => False negative reduction in static analysis. -# UNRELEASED +# 1.7.0 - 09/10/2024 - BRK: Rename `StandardCommonAnnotatedKeySize` to `StandardEncodedCommonAnnotatedKeySize` and `LongFormCommonAnnotatedKeySize` to `LongFormEncodedCommonAnnotatedKeySize` to distinguish these from const values for key lengths in bytes. - BUG: Correct `CommonAnnotatedKeyRegexPattern` to detect keys (as denoted by `H` in the platform signature) derived from hashing data with CASK keys or arbitrary secrets. - BUG: Fix issue in low-level `GenerateCommonAnnotatedTestKey` helper in which key kind signature was hard-coded for `D` (derived) for both derived and hashed keys (which should be denoted by `H`). diff --git a/version.json b/version.json index 9743de6..328fe6d 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.6.0", + "version": "1.7.0", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/release/v\\d+\\.\\d+\\.\\d+$"