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 +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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.6.0-beta1] - 2017-10-28
11+
1012### Fixed
1113
1214 - Encoding and rewind issues for file upload parameters have been resolved. Timber
@@ -109,7 +111,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
109111 instead of applying back pressure.
110112
111113
112- [ Unreleased ] : https://github.com/timberio/timber-ruby/compare/v2.5.1...HEAD
114+ [ Unreleased ] : https://github.com/timberio/timber-ruby/compare/v2.6.0-beta1...HEAD
115+ [ 2.6.0-beta1 ] : https://github.com/timberio/timber-ruby/compare/v2.5.1...v2.6.0-beta1
113116[ 2.5.1 ] : https://github.com/timberio/timber-ruby/compare/v2.5.0...v2.5.1
114117[ 2.5.0 ] : https://github.com/timberio/timber-ruby/compare/v2.4.0...v2.5.0
115118[ 2.4.0 ] : https://github.com/timberio/timber-ruby/compare/v2.3.4...v2.4.0
Original file line number Diff line number Diff line change 11module Timber
2- VERSION = "2.5.1 "
2+ VERSION = "2.6.0-beta1 "
33end
You can’t perform that action at this time.
0 commit comments