Skip to content

Commit 45be200

Browse files
committed
Bump version 6.1.7
1 parent c1798b2 commit 45be200

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## [6.1.7](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/6.1.6...6.1.7)
6+
### Changes
7+
* Fully Remove Aggregation Feature ([issue #53](https://github.com/airbus-cyber/graylog-plugin-logging-alert/issues/53))
8+
9+
510
## [6.1.6](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/6.1.5...6.1.6)
611
### Changes
712
* Remove Aggregation Stream ([issue #53](https://github.com/airbus-cyber/graylog-plugin-logging-alert/issues/53))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LoggingAlert",
3-
"version": "6.1.6",
3+
"version": "6.1.7",
44
"description": "Graylog plugin LoggingAlert Web Interface",
55
"repository": {
66
"type": "git",

pom.xml

Lines changed: 1 addition & 1 deletion
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-logging-alert</artifactId>
31-
<version>6.1.6</version>
31+
<version>6.1.7</version>
3232
<packaging>jar</packaging>
3333
<name>${project.artifactId}</name>
3434
<description>Graylog ${project.artifactId} plugin.</description>

0 commit comments

Comments
 (0)