Skip to content

Commit

Permalink
Bumped 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Nov 29, 2021
1 parent aa1e321 commit adf1c07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [4.0.3](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/4.0.2....4.0.3) (2021-11-29)
### Features
* New page for the notification detail (issue #31)
### Bug Fixes
* Do not reuse the logging identifier when it is already present in messages of the backlog (issue #22)
* Exception when looking for the logging identifier to perform aggregation (issue #30)

## [4.0.2](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/4.0.1....4.0.2) (2021-10-22)
### Bug Fixes
* License was incorrectly specified in pom.xml
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": "4.0.2",
"version": "4.0.3",
"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 @@ -29,7 +29,7 @@

<groupId>com.airbus-cyber-security.graylog</groupId>
<artifactId>graylog-plugin-logging-alert</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down

0 comments on commit adf1c07

Please sign in to comment.