This repository was archived by the owner on Dec 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 2.3.4] - 2017-10-12
11+
12+ ### Fixed
13+
14+ - Fix bug calling ` Timber::Util::Request::REQUEST_ID_KEY_NAME12 ` to use the proper constant name.
15+
1016## [ 2.3.3] - 2017-10-02
1117
1218### Changed
@@ -66,8 +72,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6672 instead of applying back pressure.
6773
6874
69- [ Unreleased ] : https://github.com/timberio/timber-ruby/compare/v2.3.3...HEAD
70- [ 2.3.2 ] : https://github.com/timberio/timber-ruby/compare/v2.3.2...v2.3.3
75+ [ Unreleased ] : https://github.com/timberio/timber-ruby/compare/v2.3.4...HEAD
76+ [ 2.3.4 ] : https://github.com/timberio/timber-ruby/compare/v2.3.3...v2.3.4
77+ [ 2.3.3 ] : https://github.com/timberio/timber-ruby/compare/v2.3.2...v2.3.3
7178[ 2.3.2 ] : https://github.com/timberio/timber-ruby/compare/v2.3.1...v2.3.2
7279[ 2.3.1 ] : https://github.com/timberio/timber-ruby/compare/v2.3.0...v2.3.1
7380[ 2.3.0 ] : https://github.com/timberio/timber-ruby/compare/v2.2.2...v2.3.0
Original file line number Diff line number Diff line change 11module Timber
2- VERSION = "2.3.3 "
2+ VERSION = "2.3.4 "
33end
You can’t perform that action at this time.
0 commit comments