Skip to content

Commit

Permalink
Releases version 3.0.8 - resolves #125
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlew committed Oct 18, 2023
1 parent 145c523 commit b01e39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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).

## [Unreleased]
## [3.0.8]
### 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 = 'Unreleased';
const VERSION = '3.0.8';

public function smsapiPlService(string $apiToken): SmsapiPlService;

Expand Down

0 comments on commit b01e39e

Please sign in to comment.