fix(email,sms): Reorder debug logging to avoid confusion in email and sms connectors

This commit is contained in:
2024-10-02 08:18:59 +02:00
parent 7d0925ad33
commit 4a75c109e3
4 changed files with 17 additions and 13 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 2024-10-02 - 1.0.11 - fix(email,sms)
Reorder debug logging to avoid confusion in email and sms connectors
- Reordered the logging after request creation in `sendEmail` method of `SzEmailConnector`
- Reordered the logging after request creation in `sendSms` method of `SzSmsConnector`
## 2024-10-02 - 1.0.10 - fix(build)
Fix build script configuration and plugins import path