Skip to content

Commit c43677b

Browse files
committed
Bump version 6.1.3
1 parent fc1578e commit c43677b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

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

5+
## [6.1.3](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/6.1.2...6.1.3)
6+
### Changes
7+
* Change Graylog minimum version to 6.1.4
8+
### Bug Fixes
9+
* Fix logging_alert.messages_url ([issue #56](https://github.com/airbus-cyber/graylog-plugin-logging-alert/issues/56))
10+
11+
512
## [6.1.2](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/6.1.1...6.1.2)
613
### Features
714
* Add logging_alert.title ([issue #54](https://github.com/airbus-cyber/graylog-plugin-logging-alert/issues/54))

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Alert example recorded as an internal log message:
2222

2323
| Plugin Version | Graylog Version |
2424
|----------------|-----------------|
25-
| 6.1.x | 6.1.0 |
25+
| 6.1.3+ | 6.1.4+ |
26+
| 6.1.0 to 6.1.2 | 6.1.0+ |
2627
| 6.0.0 | 6.0.x |
2728
| 5.1.x | \>=5.1.9 |
2829
| 5.0.x | 5.0.x |

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.2",
3+
"version": "6.1.3",
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.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)