CHANGELOG.md in logstash-input-udp-3.2.1 vs CHANGELOG.md in logstash-input-udp-3.3.0
- old
+ new
@@ -1,4 +1,8 @@
+## 3.3.0
+ - Add metrics support for events, operations, connections and errors produced during execution. #34
+ - Fix support for IPv6 #31
+
## 3.2.1
- Code cleanup. See https://github.com/logstash-plugins/logstash-input-udp/pull/33
## 3.2.0
- Clone codec per worker. See https://github.com/logstash-plugins/logstash-input-udp/pull/32