diff --git a/doc/changelog.rst b/doc/changelog.rst index 86bc38d67190ea138ebaf9aa522473fba1f8c98f..653f91ba19b059cfd48ce241e945dc0ebd061f04 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,10 +1,11 @@ Changelog ========= -2.3.3 (2019-XX-XX) +2.3.3 (2019-11-25) ------------------ - * n/a + * Replace Fig/Link with Symfony\Component\WebLink + * Don't extend final SessionListener and TestSessionListener. Extend the abstract base classes instead. 2.3.2 (2019-10-11) ------------------ diff --git a/src/Silex/Application.php b/src/Silex/Application.php index 73dc6e5b44bee14d1e086f4fd65bff6eba264b82..aa596c4bd138191a48fd05b2a290566bef1f30bc 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.3.3-DEV'; + const VERSION = '2.3.3'; const EARLY_EVENT = 512; const LATE_EVENT = -512;