Skip to content

Commit 8b702d3

Browse files
committed
Bumped 4.0.1
1 parent ffe24cd commit 8b702d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

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)
66
### Bug Fixes
77
* raised java.lang.IllegalStateException when evaluating an event definition with no grouping fields but a distinct field
88
* did not trigger for event definitions with distinct fields

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AggregationCount",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Graylog plugin AggregationCount Web Interface",
55
"repository": {
66
"type": "git",

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.airbus-cyber-security.graylog</groupId>
3030
<artifactId>graylog-plugin-aggregation-count</artifactId>
31-
<version>4.0.0</version>
31+
<version>4.0.1</version>
3232
<packaging>jar</packaging>
3333

3434
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)