From df9042b6d34c6c061a96ba83bd17db7382b0a2ac Mon Sep 17 00:00:00 2001 From: Wakee Ho Date: Fri, 8 Dec 2023 15:38:41 -0500 Subject: [PATCH] Bumping version and adding list of changes to CHANGELOG.md --- CHANGELOG.md | 3 +++ lib/logstash/outputs/version.rb | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d38606..14bc157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.2 + - Now checks if logstash is being shutdown + ## 0.5.1 - Support using HTTP proxies, adding the `http_proxy` parameter. diff --git a/lib/logstash/outputs/version.rb b/lib/logstash/outputs/version.rb index 392ce67..dd6de3b 100644 --- a/lib/logstash/outputs/version.rb +++ b/lib/logstash/outputs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DatadogLogStashPlugin - VERSION = '0.5.1' -end \ No newline at end of file + VERSION = '0.5.2' +end