From 6931a00f5feb0d923ea28d3e4816272536f45077 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 3 Dec 2022 18:46:25 +0100 Subject: [PATCH] chore: release 1.2.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2edda94..b958907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - yyyy-mm-dd +## [1.2.1] - 2022-12-03 + +- Don't replace `samyoul/u2f-php-server` anymore in `composer.json` +- Exclude tests and phpunit config from vendor archives +- Apply `wdes/coding-standard` and make constants officially public + ## [1.2.0] - 2021-12-12 - Added `ReturnTypeWillChange` for PHP 8.1 on SignRequest and RegistrationRequest