Skip to content

Commit

Permalink
add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiajun committed Oct 23, 2017
1 parent 0ad4b00 commit 95a2f3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@

## v1.7.4 (2017-10-20)
* Fixed ConfigService cache bug

## v1.7.5 (2017-10-23)
* Fixed bug when client register kernel listener
* Fixed bug when client for routerService dispatch
2 changes: 1 addition & 1 deletion src/Framework/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Kernel extends Container
public function __construct(array $values = [])
{
$start = microtime(true);
$this['version'] = 'v1.7.4';
$this['version'] = 'v1.7.5';
$this['start_time'] = $start;
self::$instance = $this;
parent::__construct($values);
Expand Down

0 comments on commit 95a2f3f

Please sign in to comment.