Skip to content

Commit 615dc42

Browse files
committed
Releases version 3.0.4 - resolves #100
1 parent 8fdb0ef commit 615dc42

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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+
## [3.0.4] - 2022-01-17
7+
### Added
8+
- `psr/log` v2, v3 support
9+
610
## [3.0.3] - 2021-07-21
711
### Fixed
812
- Guzzle PSR7 incompatible URI paths, `The path of a URI with an authority must start with a slash "/" or be empty`

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 = '3.0.3';
15+
const VERSION = '3.0.4';
1616

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

0 commit comments

Comments
 (0)