Skip to content

Commit

Permalink
Prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnk committed Aug 10, 2020
1 parent 1500f4e commit 65b2162
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log

All notable changes to this project will be documented in this file.
## [2.1.0](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/2.0.2...2.1.0) (2020-08-10)
* Refactoring

## [2.0.2](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/2.0.1...2.0.2) (2020-08-06)

### Fix
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/airbus-cyber/graylog-plugin-logging-alert.svg?branch=master)](https://travis-ci.org/airbus-cyber/graylog-plugin-logging-alert)
[![License](https://img.shields.io/badge/license-GPL--3.0-orange.svg)](https://www.gnu.org/licenses/gpl-3.0.txt)
[![GitHub Release](https://img.shields.io/badge/release-v2.0.2-blue.svg)](https://github.com/airbus-cyber/graylog-plugin-logging-alert/releases)
[![GitHub Release](https://img.shields.io/badge/release-v2.1.0-blue.svg)](https://github.com/airbus-cyber/graylog-plugin-logging-alert/releases)

#### Alert notification plugin for Graylog to generate log messages from alerts

Expand All @@ -22,6 +22,7 @@ Alert example recorded as an internal log message:

| Plugin Version | Graylog Version |
| --------------- | --------------- |
| 2.1.x | 3.2.x |
| 2.0.x | 3.2.x |
| 1.3.x | 3.0.x |
| 1.2.x | 3.0.x |
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": "2.0.2",
"version": "2.1.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 @@ -10,7 +10,7 @@

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

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

0 comments on commit 65b2162

Please sign in to comment.