Skip to content

Commit

Permalink
Merge pull request #29 from DataDog/remeh/release-0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
remeh authored Apr 25, 2022
2 parents 783029a + f193aba commit 040d288
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 0.5.0
- Support Datadog v2 endpoints #28

## 0.4.1
- Fix HTTP bug when remote server is timing out
- Fix HTTP bug when remote server is timing out

## 0.4.0
- Enable HTTP forwarding for logs
Expand Down
2 changes: 1 addition & 1 deletion lib/logstash/outputs/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DatadogLogStashPlugin
VERSION = '0.4.2'
VERSION = '0.5.0'
end

0 comments on commit 040d288

Please sign in to comment.