From 229d961bb8d68a59e697144f02d922c57e7775c9 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 26 Jul 2022 11:00:03 +0200 Subject: [PATCH] adjust changelog --- CHANGELOG.md | 60 +++++++++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec9254..668f177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,48 +1,56 @@ # Changelog +All notable changes to this project will be documented in this file. ---- +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 2.0.0.0 (2022-07-19) +## [Unreleased] +## [2.0.0] - 2022-07-19 +### Changed - adjust to PHP >= 7.3 and current dependency packages ---- - -## 1.3.0.0 (2022-07-18) - -- tests use generated example phone numbers -- move recipient checks from list to recipient itself +## [1.3.0] - 2022-07-18 +### Added - tests added ---- - -## 1.2.1.0 (2022-07-15) +### Changed +- tests use generated example phone numbers +- move recipient checks from list to recipient itself +## [1.2.1] - 2022-07-15 +### Changed - extend log messages - sanitize special phone number format before request ---- - -## 1.2.0.0 (2022-07-14) - -- make sender number optional -- assign sender address type only if sender is set +## [1.2.0] - 2022-07-14 +### Added - collect exception messages in a class - collect URI parts in a class + +### Changed +- make sender number optional +- assign sender address type only if sender is set - extract logger handler from client ---- - -## 1.1.0.0 (2022-07-13) - +## [1.1.0] - 2022-07-13 +### Added - make installable in PHP 8 + +### Removed - remove unused dependency ---- - -## 1.0.0.0 (2022-07-13) - +## [1.0.0] - 2022-07-13 +### Added - initial implementation - SMS requests (text or binary) - SMS responses - - recipient managing \ No newline at end of file + - recipient managing + +[Unreleased]: https://git.d3data.de/D3Private/linkmobility-php-client/compare/2.0.0...HEAD +[2.0.0]: https://git.d3data.de/D3Private/linkmobility-php-client/compare/1.3.0...2.0.0 +[1.3.0]: https://git.d3data.de/D3Private/linkmobility-php-client/compare/1.2.1...1.3.0 +[1.2.1]: https://git.d3data.de/D3Private/linkmobility-php-client/compare/1.2.0...1.2.1 +[1.2.0]: https://git.d3data.de/D3Private/linkmobility-php-client/compare/1.1.0...1.2.0 +[1.1.0]: https://git.d3data.de/D3Private/linkmobility-php-client/compare/1.0.0...1.1.0 +[1.0.0]: https://git.d3data.de/D3Private/linkmobility-php-client/releases/tag/1.0.0 \ No newline at end of file