CHANGELOG.md in logstash-logger-0.26.0 vs CHANGELOG.md in logstash-logger-0.26.1
- old
+ new
@@ -1,4 +1,9 @@
+## 0.26.1
+
+ - Fix: Support for SSL with the TCP device without an SSL context in Ruby
+ 2.4+. [#144](https://github.com/dwbutler/logstash-logger/issues/144)
+
## 0.26.0
- Allow user configuration of the logger class. [#129](https://github.com/dwbutler/logstash-logger/pull/129)
- Fix: Allow type to be a string for multi_logger and syslog. [#131](https://github.com/dwbutler/logstash-logger/pull/131)
- Fix: Cancelled events are being logged. [#133](https://github.com/dwbutler/logstash-logger/issues/133)