Skip to content

Commit

Permalink
Releases version 3.0.4 - resolves #100
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlew committed Jan 17, 2022
1 parent 8fdb0ef commit 615dc42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.4] - 2022-01-17
### Added
- `psr/log` v2, v3 support

## [3.0.3] - 2021-07-21
### Fixed
- Guzzle PSR7 incompatible URI paths, `The path of a URI with an authority must start with a slash "/" or be empty`
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 = '3.0.3';
const VERSION = '3.0.4';

public function smsapiPlService(string $apiToken): SmsapiPlService;

Expand Down

0 comments on commit 615dc42

Please sign in to comment.