Skip to content

Commit

Permalink
Release version v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanhoekelen committed Jul 21, 2020
1 parent a3ea308 commit 48fee55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Change Log

## Unreleased

## [v2.5.1](https://github.com/bvanhoekelen/performance/tree/v2.5.1) - 2020-07-21
### Add
- Remove ugly windows console error (#20 from MarouaneRag/patch-1)

## [v2.5.0](https://github.com/bvanhoekelen/performance/tree/v2.5.0) - 2019-03-31
## Change
### Change
- Use `protected` instead of `private`
- Use `static` instead of `self`
- use `/**` for comments
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.5.0';
const VERSION = '2.5.1';

/**
* Store current point
Expand Down

0 comments on commit 48fee55

Please sign in to comment.