CHANGELOG.md in timber-2.3.1 vs CHANGELOG.md in timber-2.3.2

- old
+ new

@@ -5,10 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.3.2] - 2017-09-27 + +### Fixed + + - Drop ASCII-8BIT (binary) data before encoding to JSON. This resolves encoding errors during + this process. + ## [2.3.1] - 2017-09-26 ### Fixed - Forcibly fallback to SSLv23 if SSLv3 fails. SSLv3 is only used for outdated OpenSSL versions. @@ -50,10 +57,11 @@ `Timber::LogDevices::HTTP::FlushableDroppingSizedQueue` instead of a `::SizedQueue`. In the event of extremely high volume logging, and delivery cannot keep up, Timber will drop messages instead of applying back pressure. -[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.3.1...HEAD +[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.3.2...HEAD +[2.3.2]: https://github.com/timberio/timber-ruby/compare/v2.3.1...v2.3.2 [2.3.1]: https://github.com/timberio/timber-ruby/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/timberio/timber-ruby/compare/v2.2.2...v2.3.0 [2.2.2]: https://github.com/timberio/timber-ruby/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/timberio/timber-ruby/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/timberio/timber-ruby/compare/v2.2.0...v2.2.1