From 23598ae94fc3ce631c0162079f06779cde5f0a3f Mon Sep 17 00:00:00 2001
From: Fabien Potencier <fabien.potencier@gmail.com>
Date: Wed, 18 May 2016 09:56:56 +0200
Subject: [PATCH] prepared the 2.0.0 release

---
 doc/changelog.rst         | 2 +-
 src/Silex/Application.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/changelog.rst b/doc/changelog.rst
index 6a668b41..072bc486 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.0.0 (2016-XX-XX)
+2.0.0 (2016-05-18)
 ------------------
 
 * decoupled the exception handler from HttpKernelServiceProvider
diff --git a/src/Silex/Application.php b/src/Silex/Application.php
index d0418b71..844e0423 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.0-DEV';
+    const VERSION = '2.0.0';
 
     const EARLY_EVENT = 512;
     const LATE_EVENT = -512;
-- 
GitLab