Skip to content

Commit ab962aa

Browse files
committed
Bump to version 6.1.3
1 parent 3247875 commit ab962aa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
66
### Bug Fixes
77
* Open Search in two tabs for OR, THEN, AND ([issue #156](https://github.com/airbus-cyber/graylog-plugin-alert-wizard/issues/156))
88
* Editing OR, AND, THEN rules does not save second streams ([issue #159](https://github.com/airbus-cyber/graylog-plugin-alert-wizard/issues/159))
9+
* Delete Event Definition breaks the Wizard rules list ([issue #160](https://github.com/airbus-cyber/graylog-plugin-alert-wizard/issues/160))
910

1011
## [6.1.2](https://github.com/airbus-cyber/graylog-plugin-alert-wizard/compare/6.1.1...6.1.2)
1112
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AlertWizard",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"description": "Graylog plugin AlertWizard 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-alert-wizard</artifactId>
31-
<version>6.1.2</version>
31+
<version>6.1.3</version>
3232
<packaging>jar</packaging>
3333
<name>${project.artifactId}</name>
3434
<description>Graylog ${project.artifactId} plugin.</description>

0 commit comments

Comments
 (0)