Skip to content

Commit 12dea75

Browse files
committed
Releases version 3.0.5 - resolves #120
1 parent 613e62f commit 12dea75

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.5] - 2022-03-23
7+
### Fixed
8+
- HTTP headers parsing, `HttpClient` issue
9+
610
## [3.0.4] - 2022-01-17
711
### Added
812
- `psr/log` v2, v3 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 = '3.0.4';
15+
const VERSION = '3.0.5';
1616

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

0 commit comments

Comments
 (0)