From dd5955b4cc497bc6b4f3315b82fb96d766233602 Mon Sep 17 00:00:00 2001 From: Maciej Lew Date: Fri, 29 Jan 2021 13:46:06 +0100 Subject: [PATCH] Releases version 3.0.2 - resolves #96 --- CHANGELOG.md | 2 +- src/SmsapiClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67ebb6..6e26a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2] - 2021-01-29 ### Added - PHP-8 support diff --git a/src/SmsapiClient.php b/src/SmsapiClient.php index 564843f..4590b54 100644 --- a/src/SmsapiClient.php +++ b/src/SmsapiClient.php @@ -12,7 +12,7 @@ */ interface SmsapiClient extends LoggerAwareInterface { - const VERSION = 'Unreleased'; + const VERSION = '3.0.2'; public function smsapiPlService(string $apiToken): SmsapiPlService;