CHANGELOG.md in timber-2.3.3 vs CHANGELOG.md in timber-2.3.4

- old
+ new

@@ -5,10 +5,16 @@ 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.4] - 2017-10-12 + +### Fixed + + - Fix bug calling `Timber::Util::Request::REQUEST_ID_KEY_NAME12` to use the proper constant name. + ## [2.3.3] - 2017-10-02 ### Changed - Raises the limit on the `params_json` field for the `ControllerCallEvent` to `32768` bytes. @@ -64,11 +70,12 @@ `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.3...HEAD -[2.3.2]: https://github.com/timberio/timber-ruby/compare/v2.3.2...v2.3.3 +[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.3.4...HEAD +[2.3.4]: https://github.com/timberio/timber-ruby/compare/v2.3.3...v2.3.4 +[2.3.3]: https://github.com/timberio/timber-ruby/compare/v2.3.2...v2.3.3 [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