Skip to content

Commit

Permalink
Bump 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentD06 committed Oct 18, 2024
1 parent 03ff312 commit 8edfeeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

## [6.0.0](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/5.1.4...6.0.0)
### Features
* Add compatibility with [Graylog 6.0](https://www.graylog.org/post/announcing-graylog-v6-0/)
* Add compatibility with [Graylog 6.0.6](https://www.graylog.org/post/announcing-graylog-v6-0-6/)

### Bug Fixes
* Remove severity and use event definition priority ([issue #100](https://github.com/airbus-cyber/graylog-plugin-logging-alert/issues/100))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LoggingAlert",
"version": "6.0.0-SNAPSHOT",
"version": "6.0.0",
"description": "Graylog plugin LoggingAlert Web Interface",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.airbus-cyber-security.graylog</groupId>
<artifactId>graylog-plugin-logging-alert</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>Graylog ${project.artifactId} plugin.</description>
Expand Down

0 comments on commit 8edfeeb

Please sign in to comment.