From cadf7c2224c3350349a4c8dba9bb31cca4f79a4b Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Tue, 10 Mar 2026 17:06:27 -0400 Subject: [PATCH] Bump to v.6.0.1 to publish docs --- CHANGELOG.md | 3 +++ logstash-output-http.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f614c8f..d1a0053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 6.0.1 + - [DOC] Clarify that `ssl_certificate_authorities` takes at-most-one value [#150](https://github.com/logstash-plugins/logstash-output-http/pull/150) + ## 6.0.0 - SSL settings that were marked deprecated in version `5.6.0` are now marked obsolete, and will prevent the plugin from starting. - These settings are: diff --git a/logstash-output-http.gemspec b/logstash-output-http.gemspec index d10ce6d..7e6961e 100644 --- a/logstash-output-http.gemspec +++ b/logstash-output-http.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-output-http' - s.version = '6.0.0' + s.version = '6.0.1' s.licenses = ['Apache License (2.0)'] s.summary = "Sends events to a generic HTTP or HTTPS endpoint" s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"