diff --git a/doc/changelog.rst b/doc/changelog.rst
index 06c1d5ade14017155e288347546d78df8eca1820..d74e2a19b038933c9f6c51d311496978bb860ba8 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.0.4 (2016-XX-XX)
+2.0.4 (2016-11-06)
 ------------------
 
 * fixed twig.app_variable definition
diff --git a/src/Silex/Application.php b/src/Silex/Application.php
index 44c50384f2aff57bc5522994b0690f37f7b9ca5d..3bc63ebb0a36f85934d46fd7445a51e5f08595a5 100644
--- a/src/Silex/Application.php
+++ b/src/Silex/Application.php
@@ -41,7 +41,7 @@ use Silex\Provider\HttpKernelServiceProvider;
  */
 class Application extends Container implements HttpKernelInterface, TerminableInterface
 {
-    const VERSION = '2.0.4-DEV';
+    const VERSION = '2.0.4';
 
     const EARLY_EVENT = 512;
     const LATE_EVENT = -512;