Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
prepared the 2.1.0 release
  • Loading branch information
fabpot committed May 3, 2017
1 parent cc6eefb commit d5a9d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changelog.rst
@@ -1,7 +1,7 @@
Changelog
=========

2.1.0 (2016-XX-XX)
2.1.0 (2017-05-03)
------------------

* added more options to security.firewalls
Expand Down
2 changes: 1 addition & 1 deletion src/Silex/Application.php
Expand Up @@ -41,7 +41,7 @@
*/
class Application extends Container implements HttpKernelInterface, TerminableInterface
{
const VERSION = '2.1.0-DEV';
const VERSION = '2.1.0';

const EARLY_EVENT = 512;
const LATE_EVENT = -512;
Expand Down

0 comments on commit d5a9d9a

Please sign in to comment.