Skip to content

Commit f0984cd

Browse files
committed
Update changelog and bump to 4.0.2
This commit was missing from #82 and its required to release a new version of the plugin. Fixes #84
1 parent cfa227f commit f0984cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.0.2
2+
- Don't bleed URLs credentials on startup and on exception #82
3+
14
## 4.0.1
25
- Fix some documentation issues
36

logstash-input-http_poller.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-input-http_poller'
3-
s.version = '4.0.1'
3+
s.version = '4.0.2'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Poll HTTP endpoints with Logstash."
66
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"

0 commit comments

Comments
 (0)