Skip to content

Commit

Permalink
prepared the 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 29, 2014
1 parent a6e15a7 commit aed7cb8
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
=========

1.2.0 (2013-XX-XX)
1.2.0 (2014-03-29)
------------------

* Allowed disabling the boot logic of MonologServiceProvider
Expand Down
2 changes: 1 addition & 1 deletion src/Silex/Application.php
Expand Up @@ -42,7 +42,7 @@
*/
class Application extends \Pimple implements HttpKernelInterface, TerminableInterface
{
const VERSION = '1.2.0-DEV';
const VERSION = '1.2.0';

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

0 comments on commit aed7cb8

Please sign in to comment.