File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
33All 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 ) )
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments