CHANGELOG.md in logstash-input-gelf-3.3.0 vs CHANGELOG.md in logstash-input-gelf-3.3.1
- old
+ new
@@ -1,4 +1,7 @@
+## 3.3.1
+ - Fix: safely coerce the value of `_@timestamp` to avoid crashing the plugin [#67](https://github.com/logstash-plugins/logstash-input-gelf/pull/67)
+
## 3.3.0
- Updated library to gelfd2 [#48](https://github.com/logstash-plugins/logstash-input-gelf/pull/48)
## 3.2.0
- Fixed shutdown handling, robustness in socket closing and restarting, json parsing, code DRYing and cleanups [62](https://github.com/logstash-plugins/logstash-input-gelf/pull/62)