Skip to content

Commit

Permalink
Prepare release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnk committed Sep 16, 2020
1 parent 16707fa commit 531cae9
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 123 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
## [2.1.1](https://github.com/airbus-cyber/graylog-plugin-aggregation-count/compare/2.1.0...2.1.1) (2020-09-16)
### Bug Fixes
* Fix event source streams empty

## [2.1.0](https://github.com/airbus-cyber/graylog-plugin-aggregation-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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/airbus-cyber/graylog-plugin-aggregation-count.svg?branch=master)](https://travis-ci.org/airbus-cyber/graylog-plugin-aggregation-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.1.0-blue.svg)](https://github.com/airbus-cyber/graylog-plugin-aggregation-count/releases)
[![GitHub Release](https://img.shields.io/badge/release-v2.1.1-blue.svg)](https://github.com/airbus-cyber/graylog-plugin-aggregation-count/releases)

#### Alert condition plugin for Graylog to perform aggregation

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "AggregationCount",
"version": "2.1.0",
"version": "2.1.1",
"description": "Graylog plugin AggregationConut Web Interface",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>com.airbus-cyber-security.graylog</groupId>
<artifactId>graylog-plugin-aggregation-count</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<packaging>jar</packaging>

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

0 comments on commit 531cae9

Please sign in to comment.