Skip to content

Commit b43f3fa

Browse files
committed
Releases version 3.0.0
1 parent 114e692 commit b43f3fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

6-
## [Unreleased]
6+
## [3.0.0] - 2020-11-19
77
### Added
88
- PSR-18 support
99
- PSR-17 support

src/SmsapiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
interface SmsapiClient extends LoggerAwareInterface
1414
{
15-
const VERSION = 'Unreleased';
15+
const VERSION = '3.0.0';
1616

1717
public function smsapiPlService(string $apiToken): SmsapiPlService;
1818

0 commit comments

Comments
 (0)