Skip to content

Commit

Permalink
Prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnk committed Nov 20, 2019
1 parent fc82b95 commit 29326bc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
## [1.3.0](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/1.2.0...1.3.0) (2019-11-20)

### Features
* Add single message notification

## [1.2.0](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/1.1.0...1.2.0) (2019-06-28)

### Features
Expand Down
2 changes: 1 addition & 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-v1.2.0-blue.svg)](https://github.com/airbus-cyber/graylog-plugin-logging-alert/releases)
[![GitHub Release](https://img.shields.io/badge/release-v1.3.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 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": "1.2.0",
"version": "1.3.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 @@ -13,7 +13,7 @@

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

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

0 comments on commit 29326bc

Please sign in to comment.