Skip to content

Commit

Permalink
Releases version 3.0.9 - resolves #126
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlew committed Jan 9, 2024
1 parent cf2c120 commit 3970c2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/SmsapiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
interface SmsapiClient extends LoggerAwareInterface
{
const VERSION = '3.0.8';
const VERSION = '3.0.9';

public function smsapiPlService(string $apiToken): SmsapiPlService;

Expand Down

0 comments on commit 3970c2b

Please sign in to comment.