diff --git a/composer.json b/composer.json
index 0b0250b..fe5b905 100644
--- a/composer.json
+++ b/composer.json
@@ -10,6 +10,11 @@
"email": "chuck@horde.org",
"name": "Chuck Hagenbuch",
"role": "Lead"
+ },
+ {
+ "email": "schengawegga@gmail.com",
+ "name": "Armin Graefe",
+ "role": "Lead"
}
],
"autoload": {
diff --git a/package.xml b/package.xml
index be3fdaf..9c783ec 100644
--- a/package.xml
+++ b/package.xml
@@ -16,9 +16,15 @@
chuck@horde.org
yes
- 2021-03-19
+
+ Armin Graefe
+ schengawegga
+ schengawegga@gmail.com
+ yes
+
+ 2022-09-23
- 1.10.0
+ 1.10.1
1.4.0
@@ -27,7 +33,9 @@
BSD-2-Clause
-* Add the starttls() method
+* BugFix: (authXOAuth2) longer tokens violate maximum SMTP command line length #70
+* BugFix: (disconnect) socket will not disconnect on erroneous response upon QUIT message #71
+* BugFix: Fix PHP 8.2 deprecation warnings on undefined properties #72