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

Commit b714ca3

Browse files
committed
Prepare 2.5.1 release
1 parent 1df602f commit b714ca3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [2.5.1] - 2017-10-27
11+
1012
### Fixed
1113

1214
- Ensure the new `content_length` field for HTTP request and response events are an integer.
@@ -101,7 +103,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
101103
instead of applying back pressure.
102104

103105

104-
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.5.0...HEAD
106+
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.5.1...HEAD
107+
[2.5.1]: https://github.com/timberio/timber-ruby/compare/v2.5.0...v2.5.1
105108
[2.5.0]: https://github.com/timberio/timber-ruby/compare/v2.4.0...v2.5.0
106109
[2.4.0]: https://github.com/timberio/timber-ruby/compare/v2.3.4...v2.4.0
107110
[2.3.4]: https://github.com/timberio/timber-ruby/compare/v2.3.3...v2.3.4

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.5.0"
2+
VERSION = "2.5.1"
33
end

0 commit comments

Comments
 (0)