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

Commit e653449

Browse files
committed
Prepare 2.6.0-beta1 release
1 parent 5e7831d commit e653449

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.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

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.1"
2+
VERSION = "2.6.0-beta1"
33
end

0 commit comments

Comments
 (0)