From 29326bcd48e436561e7dff6cc7a080b174ed3ead Mon Sep 17 00:00:00 2001 From: tomasnk Date: Wed, 20 Nov 2019 14:51:03 +0100 Subject: [PATCH] Prepare release 1.3.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- package.json | 2 +- pom.xml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13cb099..ae99a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 753c956..ad97f93 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index f43d995..4706aba 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LoggingAlert", - "version": "1.2.0", + "version": "1.3.0", "description": "Graylog plugin LoggingAlert Web Interface", "repository": { "type": "git", diff --git a/pom.xml b/pom.xml index 10080d8..5aed497 100755 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.airbus-cyber-security.graylog graylog-plugin-logging-alert - 1.3.0-beta + 1.3.0 jar ${project.artifactId}