File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ Unreleased ] ( https://github.com/airbus-cyber/graylog-plugin-aggregation-count/compare/4.0.0...master ) (2021-09-30 )
5
+ ## [ 4.0.1 ] ( https://github.com/airbus-cyber/graylog-plugin-aggregation-count/compare/4.0.0...4.0.1 ) (2021-11-15 )
6
6
### Bug Fixes
7
7
* raised java.lang.IllegalStateException when evaluating an event definition with no grouping fields but a distinct field
8
8
* did not trigger for event definitions with distinct fields
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " AggregationCount" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"description" : " Graylog plugin AggregationCount Web Interface" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 28
28
29
29
<groupId >com.airbus-cyber-security.graylog</groupId >
30
30
<artifactId >graylog-plugin-aggregation-count</artifactId >
31
- <version >4.0.0 </version >
31
+ <version >4.0.1 </version >
32
32
<packaging >jar</packaging >
33
33
34
34
<name >${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments