CHANGELOG.md in logstash-input-jdbc-4.3.14 vs CHANGELOG.md in logstash-input-jdbc-4.3.16
- old
+ new
@@ -1,4 +1,15 @@
+## 4.3.16
+ - Add support for prepared statements [Issue 233](https://github.com/logstash-plugins/logstash-input-jdbc/issues/233)
+
+## 4.3.15
+ - Use atomic booleam to load drivers once
+ - Added CHANGELOG entries
+
+## 4.3.14
+ - Added support for driver loading in JDK 9+ [Issue 331](https://github.com/logstash-plugins/logstash-input-jdbc/issues/331)
+ - Gem released without CHANGELOG additions
+
## 4.3.13
- Changed documentation to generalize the PATH location [#297](https://github.com/logstash-plugins/logstash-input-jdbc/pull/297)
## 4.3.12
- Added check to prevent count sql syntax errors when debug logging [Issue #287](https://github.com/logstash-plugins/logstash-input-jdbc/issue/287) and [Pull Request #294](https://github.com/logstash-plugins/logstash-input-jdbc/pull/294)