Skip to content

Commit

Permalink
Releases version 3.0.2 - resolves #96
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlew committed Jan 29, 2021
1 parent 65e6055 commit dd5955b
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.2] - 2021-01-29
### Added
- PHP-8 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.2';

public function smsapiPlService(string $apiToken): SmsapiPlService;

Expand Down

0 comments on commit dd5955b

Please sign in to comment.