Skip to content

Commit

Permalink
Releases version 3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlew committed Mar 27, 2024
1 parent 2711086 commit 8536bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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).

## [Unreleased]
## [3.0.11] - 2024-03-27
### Added
- service url scheme and host validation
- service url with port support
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 = 'Unreleased';
const VERSION = '3.0.11';

public function smsapiPlService(string $apiToken): SmsapiPlService;

Expand Down

0 comments on commit 8536bbd

Please sign in to comment.