diff --git a/Net/SMTP.php b/Net/SMTP.php
index 7ee170d45db25ba7b8a61c1dc52bfa38ac86446b..029632e909c021da2f728baabf1332890d1de0fa 100644
--- a/Net/SMTP.php
+++ b/Net/SMTP.php
@@ -575,7 +575,7 @@ class Net_SMTP
      * @return mixed Returns a PEAR_Error with an error message on any
      *               kind of failure, true on success, or false if SSL/TLS
      *               isn't available.
-     * @since 1.9.3
+     * @since 1.10.0
      */
     public function starttls()
     {
diff --git a/package.xml b/package.xml
index 5c5d534104af828b3a4bf66682f0b061364369d8..be3fdafe8b8c251dc1a834d6805cebd49d7320d6 100644
--- a/package.xml
+++ b/package.xml
@@ -16,10 +16,10 @@
   <email>chuck@horde.org</email>
   <active>yes</active>
  </lead>
- <date>2020-08-13</date>
+ <date>2021-03-19</date>
  <version>
-  <release>1.9.2</release>
-  <api>1.3.0</api>
+  <release>1.10.0</release>
+  <api>1.4.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -27,7 +27,7 @@
  </stability>
  <license uri="https://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
  <notes>
-* Repackage documentation
+* Add the starttls() method
  </notes>
  <contents>
   <dir baseinstalldir="/" name="/">