From a70863fdfe716b026dbc14280c49f209561ad6a6 Mon Sep 17 00:00:00 2001
From: Fabien Potencier <fabien.potencier@gmail.com>
Date: Thu, 14 Dec 2017 11:22:47 -0800
Subject: [PATCH] prepared the 2.2.1 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 5f2f928a..665757b6 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.2.1 (2017-XX-XX)
+2.2.1 (2017-12-14)
 ------------------
 
 * added support for Swiftmailer SSL stream_context_options option
diff --git a/src/Silex/Application.php b/src/Silex/Application.php
index 1eb0ef37..b9302704 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.2.1-DEV';
+    const VERSION = '2.2.1';
 
     const EARLY_EVENT = 512;
     const LATE_EVENT = -512;
-- 
GitLab