Skip to content

Commit

Permalink
Update version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanhoekelen committed Jul 17, 2017
1 parent 420648b commit 14f38ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

## [v2.1.0](https://github.com/bvanhoekelen/performance/tree/v2.0.1) - 2017-06-28
## [v2.2.0](https://github.com/bvanhoekelen/performance/tree/v2.2.0) - 2017-07-17
### Added
- In the web interface can be hidden and the preference is store.

## [v2.1.0](https://github.com/bvanhoekelen/performance/tree/v2.1.0) - 2017-06-28
### Added
- Run user and process id information.

Expand Down
2 changes: 1 addition & 1 deletion src/Lib/Handlers/PerformanceHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PerformanceHandler
/*
* Version
*/
const VERSION = '2.1.0';
const VERSION = '2.2.0';

/*
* Hold point stack
Expand Down

0 comments on commit 14f38ad

Please sign in to comment.