Skip to content

Commit

Permalink
add changelog && modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiajun committed Jul 18, 2017
1 parent 16dc671 commit d08e518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@

## v1.3.2 (2017-07-17)
* Removed RequestListener
* Modify ListenerRegisterService Logic
* Modify ListenerRegisterService Logic

## v1.4.0 (2017-07-18)
* Add RequestServiceProvider and Compatible PSR-7
2 changes: 1 addition & 1 deletion src/Framework/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Kernel extends Container
public function __construct(array $values = [])
{
$start = microtime(true);
$this['version'] = 'v1.3.2';
$this['version'] = 'v1.4.0';
$this['start_time'] = $start;
self::$instance = $this;
parent::__construct($values);
Expand Down

0 comments on commit d08e518

Please sign in to comment.