Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

Commit 4a0509c

Browse files
committed
Prepare 2.3.4 release
1 parent 40b3161 commit 4a0509c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

lib/timber/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Timber
2-
VERSION = "2.3.3"
2+
VERSION = "2.3.4"
33
end

0 commit comments

Comments
 (0)