diff --git a/.github/workflows/macos_release.yml b/.github/workflows/macos_release.yml index eaa25060..059e1656 100644 --- a/.github/workflows/macos_release.yml +++ b/.github/workflows/macos_release.yml @@ -17,7 +17,7 @@ jobs: - os: macos-latest-xlarge arch: arm env: - RELEASE_VERSION: 2.5.2 + RELEASE_VERSION: 2.6.0 SO_VERSION: 2 steps: - name: checkout diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index 5a73cbbd..5698556e 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -12,7 +12,7 @@ jobs: name: Build dist with Linux runs-on: ubuntu-latest env: - RELEASE_VERSION: 2.5.2 + RELEASE_VERSION: 2.6.0 steps: - name: checkout uses: actions/checkout@v2 @@ -40,7 +40,7 @@ jobs: needs: job_1 runs-on: windows-latest env: - RELEASE_VERSION: 2.5.2 + RELEASE_VERSION: 2.6.0 steps: - name: Download source from job_1 uses: actions/download-artifact@v1 @@ -96,7 +96,7 @@ jobs: needs: job_1 runs-on: windows-latest env: - RELEASE_VERSION: 2.5.2 + RELEASE_VERSION: 2.6.0 steps: - name: Download source from job_1 uses: actions/download-artifact@v1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a261b69..7d1d8d36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,8 +39,8 @@ set (CMAKE_C_STANDARD 11) project (yubico-piv-tool) set (yubico_piv_tool_VERSION_MAJOR 2) -set (yubico_piv_tool_VERSION_MINOR 5) -set (yubico_piv_tool_VERSION_PATCH 2) +set (yubico_piv_tool_VERSION_MINOR 6) +set (yubico_piv_tool_VERSION_PATCH 0) set (VERSION "${yubico_piv_tool_VERSION_MAJOR}.${yubico_piv_tool_VERSION_MINOR}.${yubico_piv_tool_VERSION_PATCH}") set (SO_VERSION 2) diff --git a/NEWS b/NEWS index 21b77017..58360098 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 2.6.0 (released 2024-08-21) + +** cmd: Add support for biometric verification and match policy +** ykcs11: Add support for PKCS11 3.0 +** ykpiv: cmd: ykcs11: Improve error traceability +** ykpiv: cmd: ykcs11: Fix minor bugs +** build: Make building with zlib optional + * Version 2.5.2 (released 2024-05-07) ** cmd: Fix signing selfsigned certificate for ED25519 key. diff --git a/debian/changelog b/debian/changelog index 68170856..6972d383 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +yubico-piv-tool (2.6.0) stable; urgency=medium + + * cmd: Add support for biometric verification and match policy + * ykcs11: Add support for PKCS11 3.0 + * ykpiv: cmd: ykcs11: Improve error traceability + * ykpiv: cmd: ykcs11: Fix minor bugs + * build: Make building with zlib optional + + -- Aveen Ismail Tue, 20 Aug 2024 20:49:49 +0100 + yubico-piv-tool (2.5.2) stable; urgency=medium * cmd: Fix signing selfsigned certificate for ED25519 key. diff --git a/resources/win/yubico-piv-tool_x64.wxs b/resources/win/yubico-piv-tool_x64.wxs index c87d5d95..cbd413df 100644 --- a/resources/win/yubico-piv-tool_x64.wxs +++ b/resources/win/yubico-piv-tool_x64.wxs @@ -1,6 +1,6 @@ - + diff --git a/resources/win/yubico-piv-tool_x86.wxs b/resources/win/yubico-piv-tool_x86.wxs index 1036378b..b7d1f23f 100644 --- a/resources/win/yubico-piv-tool_x86.wxs +++ b/resources/win/yubico-piv-tool_x86.wxs @@ -1,6 +1,6 @@ - +