diff --git a/doc/changelog.rst b/doc/changelog.rst
index 0d6e426ef4e8630bc85dfdf37df68fe94d432e54..b0179393b9af3d905cced84188a94dbf9749f968 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.0.1 (2016-XX-XX)
+2.0.1 (2016-05-27)
 ------------------
 
 * fixed the silex form extension registration to allow overriding default ones
diff --git a/src/Silex/Application.php b/src/Silex/Application.php
index cfde72ad120011864a669a5c3fa1a61f33590467..436ce4821b62e8752a14a5adc1747bf6d54791e3 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.1-DEV';
+    const VERSION = '2.0.1';
 
     const EARLY_EVENT = 512;
     const LATE_EVENT = -512;