Skip to content

Commit a8b8a5e

Browse files
bump to version 0.1.0.beta3
1 parent 3e5355d commit a8b8a5e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.0.beta3
2+
- add tcp transport protocol support, https://github.com/logstash-plugins/logstash-input-snmp/pull/8
3+
14
## 0.1.0.beta2
25
- add host info in metadata and host field, https://github.com/logstash-plugins/logstash-input-snmp/pull/7
36

logstash-input-snmp.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-input-snmp'
3-
s.version = '0.1.0.beta2'
3+
s.version = '0.1.0.beta3'
44
s.licenses = ['Apache-2.0']
55
s.summary = "SNMP input plugin"
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)