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 53d9caa commit 4f19237
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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-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

Expand All @@ -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 |
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": "CorrelationCount",
"version": "2.0.0",
"version": "2.1.0",
"description": "Graylog plugin CorrelationConut 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-correlation-count</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>Graylog ${project.artifactId} plugin.</description>
Expand Down

0 comments on commit 4f19237

Please sign in to comment.