From 59b3b28185e7fa255180a61278f6f65739082771 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 12 Dec 2021 12:02:35 +0100 Subject: [PATCH] chore: release 1.2.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fbdb90..2edda94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - yyyy-mm-dd +## [1.2.0] - 2021-12-12 + - Added `ReturnTypeWillChange` for PHP 8.1 on SignRequest and RegistrationRequest - Wrote tests for most of the code of this library - Run tests on GitHub actions