diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ea11a..09f118c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [3.0.8] +## [3.0.9] - 2024-01-09 +### Fixed +- expired MFA code verification + +## [3.0.8] - 2023-10-18 ### Added - `psr/http-message` v2 support diff --git a/src/SmsapiClient.php b/src/SmsapiClient.php index f7bed2e..c40e21a 100644 --- a/src/SmsapiClient.php +++ b/src/SmsapiClient.php @@ -12,7 +12,7 @@ */ interface SmsapiClient extends LoggerAwareInterface { - const VERSION = '3.0.8'; + const VERSION = '3.0.9'; public function smsapiPlService(string $apiToken): SmsapiPlService;