-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for incorrect severity level propagtion
- Loading branch information
Bartosz Kubicki
committed
Mar 24, 2020
1 parent
726208c
commit 4f64c97
Showing
3 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
1.0.0. | ||
* releasing handler which handles records belonging only strictly to its severity | ||
1.0.0 | ||
* releasing handler which handles records belonging only strictly to its severity | ||
|
||
1.0.1 | ||
* fix for incorrect severity level propagation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"minimum-stability": "stable", | ||
"require": { | ||
"php": "^7.2.0|~7.3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters