From 6b568b2408e1ab66485427a45bbce395cedc6f5f Mon Sep 17 00:00:00 2001 From: Jurriaan Mous Date: Thu, 18 Dec 2014 22:30:54 +0100 Subject: [PATCH] Release 4.0 --- README.md | 2 +- logstash-input-log4j2.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 293d2eb..4cedf4c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Log4j2 plugin for logstash. ## Supported Log4J2 versions: -Version: 2.0 (And probably newer 2.x releases) +Version: 2.1+ ## Get the plugin diff --git a/logstash-input-log4j2.gemspec b/logstash-input-log4j2.gemspec index 270295d..da5be9e 100644 --- a/logstash-input-log4j2.gemspec +++ b/logstash-input-log4j2.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-input-log4j2' - s.version = '3.3' + s.version = '4.0' s.licenses = ['Apache License (2.0)'] s.summary = "$summary" s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"