From 4f192372b2c1bf63ee8aa835a272ce07c3e80500 Mon Sep 17 00:00:00 2001 From: tomasnk Date: Mon, 10 Aug 2020 18:42:25 +0200 Subject: [PATCH] Prepare release 2.1.0 --- CHANGELOG.md | 6 ++++++ README.md | 3 ++- package.json | 2 +- pom.xml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2886e..2728718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [2.1.0](https://github.com/airbus-cyber/graylog-plugin-correlation-count/compare/2.0.0....2.1.0) (2020-08-10) + +### Features +* Disabled isolated Plugin (shares a class loader with other plugins that have isolated=false) + + ## [2.0.0](https://github.com/airbus-cyber/graylog-plugin-correlation-count/compare/1.2.0....2.0.0) (2020-07-30) ### Features diff --git a/README.md b/README.md index de5e839..3e0828a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/airbus-cyber/graylog-plugin-correlation-count.svg?branch=master)](https://travis-ci.org/airbus-cyber/graylog-plugin-correlation-count) [![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.0-blue.svg)](https://github.com/airbus-cyber/graylog-plugin-correlation-count/releases) +[![GitHub Release](https://img.shields.io/badge/release-v2.1.0-blue.svg)](https://github.com/airbus-cyber/graylog-plugin-correlation-count/releases) #### Alert condition plugin for Graylog to perform correlation @@ -22,6 +22,7 @@ Example of raised alert: | Plugin Version | Graylog Version | | --------------- | --------------- | +| 2.1.x | 3.2.x | | 2.0.x | 3.2.x | | 1.2.x | 3.0.x | | 1.1.x | 2.5.x | diff --git a/package.json b/package.json index ebf896e..08edb90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CorrelationCount", - "version": "2.0.0", + "version": "2.1.0", "description": "Graylog plugin CorrelationConut Web Interface", "repository": { "type": "git", diff --git a/pom.xml b/pom.xml index d2c489f..c9544e4 100755 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.airbus-cyber-security.graylog graylog-plugin-correlation-count - 2.0.0 + 2.1.0 jar ${project.artifactId} Graylog ${project.artifactId} plugin.