From d2ae62d5b9a85953cdae3fcd37491f00b2cef3d0 Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Wed, 27 May 2020 10:18:54 -0400 Subject: [PATCH] Version bump and changelog entry --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7977d0c0..845d5c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.1.0 + - Updated jackson databind and Netty dependencies. Additionally, this release removes the dependency on `tcnative` + + `boringssl`, using JVM supplied ciphers instead. This may result in fewer ciphers being available if the JCE + unlimited strength jurisdiction policy is not installed. (This policy is installed by default on versions of the + JDK from u161 onwards)[#393](https://github.com/logstash-plugins/logstash-input-beats/pull/393) + ## 6.0.10 - Added error handling to detect if ssl certificate or key files can't be read [#394](https://github.com/logstash-plugins/logstash-input-beats/pull/394) diff --git a/VERSION b/VERSION index c7d48f04..dfda3e0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.10 +6.1.0