Skip to content

Commit

Permalink
Releases version 3.0.5 - resolves #120
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlew committed Mar 23, 2022
1 parent 613e62f commit 12dea75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@ 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).

## [3.0.5] - 2022-03-23
### Fixed
- HTTP headers parsing, `HttpClient` issue

## [3.0.4] - 2022-01-17
### Added
- `psr/log` v2, v3 support
Expand Down
2 changes: 1 addition & 1 deletion src/SmsapiClient.php
Expand Up @@ -12,7 +12,7 @@
*/
interface SmsapiClient extends LoggerAwareInterface
{
const VERSION = '3.0.4';
const VERSION = '3.0.5';

public function smsapiPlService(string $apiToken): SmsapiPlService;

Expand Down

0 comments on commit 12dea75

Please sign in to comment.