From 51bd2207c909f642b5197745ba1e4a9aae8cd56c Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 24 Jul 2024 17:01:10 +0200 Subject: [PATCH] chore: release 1.2.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b958907..f16575e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - yyyy-mm-dd +## [1.2.2] - 2024-07-24 + +- Update and fix doc blocks +- Support PHPUnit 10 +- Improve tests for PHPUnit 10 & 11 +- Exclude tests from the vendor tarball + ## [1.2.1] - 2022-12-03 - Don't replace `samyoul/u2f-php-server` anymore in `composer.json`