diff --git a/changelog.md b/changelog.md
index 1ee0a6004..537dc3a1f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,6 @@
# ChangeLog
+## Version 5.2.8 (May 14th 2014)
* Increase timeout to match RFC2821 section 4.5.3.2 and thus not fail greetdelays, fixes #104
* Add timestamps to default debug output
* Add connection events and new level 3 to debug output options
diff --git a/class.phpmailer.php b/class.phpmailer.php
index b83746f0e..65d4c9d4b 100644
--- a/class.phpmailer.php
+++ b/class.phpmailer.php
@@ -31,7 +31,7 @@ class PHPMailer
* The PHPMailer Version number.
* @type string
*/
- public $Version = '5.2.7';
+ public $Version = '5.2.8';
/**
* Email priority.
diff --git a/class.pop3.php b/class.pop3.php
index 1bf841c4a..71dffac22 100644
--- a/class.pop3.php
+++ b/class.pop3.php
@@ -34,7 +34,7 @@ class POP3
* @type string
* @access public
*/
- public $Version = '5.2.7';
+ public $Version = '5.2.8';
/**
* Default POP3 port number.
diff --git a/class.smtp.php b/class.smtp.php
index 7fe5865d6..ec75ca547 100644
--- a/class.smtp.php
+++ b/class.smtp.php
@@ -30,7 +30,7 @@ class SMTP
* The PHPMailer SMTP version number.
* @type string
*/
- const VERSION = '5.2.7';
+ const VERSION = '5.2.8';
/**
* SMTP line break constant.
@@ -56,7 +56,7 @@ class SMTP
* @deprecated Use the constant instead
* @see SMTP::VERSION
*/
- public $Version = '5.2.7';
+ public $Version = '5.2.8';
/**
* SMTP server port number.