From 0f6e3f4a76ed2cc9f4ed5e931a4b19f29509973a Mon Sep 17 00:00:00 2001 From: Greg Domzalski Date: Fri, 31 Mar 2023 18:10:09 -0400 Subject: [PATCH 1/3] 1.7.0 release notes --- .../docs/users-manual/getting-started/whats-new.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md b/Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md index a59a9393..c2b5b113 100644 --- a/Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md +++ b/Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md @@ -16,6 +16,18 @@ limitations under the License. --> Here you can find all of the updates and release notes for published versions of the SDK. +## 1.7.x Releases + +### 1.7.0 + +Release date: March 31st, 2023 + +Features: + +- **FIDO2 Credential Management**. The credential management feature allows a client application to retrieve + information about discoverable FIDO2 credentials on a YubiKey, update user information, and delete credentials. + This includes enumerating the relying parties and user information for all the discoverable credentials. + ## 1.6.x Releases ### 1.6.1 From eb5d02cee65ae5903228e2fe705dce2688dfeba6 Mon Sep 17 00:00:00 2001 From: Greg Domzalski Date: Fri, 31 Mar 2023 18:26:07 -0400 Subject: [PATCH 2/3] Bump version to 1.7.0 --- Yubico.Core/src/Yubico.Core.csproj | 2 +- build/Versions.props | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Yubico.Core/src/Yubico.Core.csproj b/Yubico.Core/src/Yubico.Core.csproj index d5b93ac5..b80c838b 100644 --- a/Yubico.Core/src/Yubico.Core.csproj +++ b/Yubico.Core/src/Yubico.Core.csproj @@ -111,7 +111,7 @@ limitations under the License. --> - + diff --git a/build/Versions.props b/build/Versions.props index 77fb34ed..fae8caa8 100644 --- a/build/Versions.props +++ b/build/Versions.props @@ -40,7 +40,7 @@ for external milestones. Increment the minor version whenever we add support for a new class or type. Increment the patch version for bug fixes. --> - 1.6.1 + 1.7.0 - 1.6.1 + 1.7.0 - 1.6.1 + 1.7.0 From 0a7f531d27638a1260c60bfa7b81eb4465b1098c Mon Sep 17 00:00:00 2001 From: Greg Domzalski Date: Fri, 31 Mar 2023 18:45:01 -0400 Subject: [PATCH 3/3] Sample code should float on latest version --- .../examples/Fido2SampleCode/Fido2SampleCode.csproj | 4 ---- .../examples/SharedSampleCode/SharedSampleCode.csproj | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Yubico.YubiKey/examples/Fido2SampleCode/Fido2SampleCode.csproj b/Yubico.YubiKey/examples/Fido2SampleCode/Fido2SampleCode.csproj index 26f04a2a..f4d38112 100644 --- a/Yubico.YubiKey/examples/Fido2SampleCode/Fido2SampleCode.csproj +++ b/Yubico.YubiKey/examples/Fido2SampleCode/Fido2SampleCode.csproj @@ -21,10 +21,6 @@ limitations under the License. --> false - - - - diff --git a/Yubico.YubiKey/examples/SharedSampleCode/SharedSampleCode.csproj b/Yubico.YubiKey/examples/SharedSampleCode/SharedSampleCode.csproj index f908a6f0..52eceaa0 100644 --- a/Yubico.YubiKey/examples/SharedSampleCode/SharedSampleCode.csproj +++ b/Yubico.YubiKey/examples/SharedSampleCode/SharedSampleCode.csproj @@ -24,7 +24,7 @@ limitations under the License. --> - +