diff --git a/VERSION b/VERSION index 132c6def..92f2ea29 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.1 \ No newline at end of file +6.1.2 \ No newline at end of file diff --git a/changelog.md b/changelog.md index 28843559..da755378 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # PHPMailer Change Log +## Version 6.1.2 (November 13th, 2019) * Substantial revision of DKIM header generation * Use shorter hashes for auto-generated CID values * Fix format of content-id headers, and only use them for inline attachments diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 1a6eda0a..1042efc1 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -745,7 +745,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.1.1'; + const VERSION = '6.1.2'; /** * Error severity: message only, continue processing. diff --git a/src/POP3.php b/src/POP3.php index 8facd7c6..3da7ebdd 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -45,7 +45,7 @@ class POP3 * * @var string */ - const VERSION = '6.1.1'; + const VERSION = '6.1.2'; /** * Default POP3 port number. diff --git a/src/SMTP.php b/src/SMTP.php index 95b90382..8b64ae8c 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -34,7 +34,7 @@ class SMTP * * @var string */ - const VERSION = '6.1.1'; + const VERSION = '6.1.2'; /** * SMTP line break constant.