From 3a56f9a99cbb8a9835af204147200bdc94db34f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Thu, 27 Mar 2025 16:47:47 +0000 Subject: [PATCH] prepare release 5.6.1 --- CHANGELOG.md | 3 +++ logstash-input-http_poller.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e4329..258b943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 5.6.1 + - Fix issue with new 'uri' gem leading to runtime exception [#148](https://github.com/logstash-plugins/logstash-input-http_poller/pull/148) + ## 5.6.0 - Added new `ssl_enabled` setting for enabling/disabling the SSL configurations [#146](https://github.com/logstash-plugins/logstash-input-http_poller/pull/146) diff --git a/logstash-input-http_poller.gemspec b/logstash-input-http_poller.gemspec index bbcd5fc..e6b3254 100644 --- a/logstash-input-http_poller.gemspec +++ b/logstash-input-http_poller.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-input-http_poller' - s.version = '5.6.0' + s.version = '5.6.1' s.licenses = ['Apache License (2.0)'] s.summary = "Decodes the output of an HTTP API into events" 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"