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

Commit d7f2e0f

Browse files
committed
Prepare 2.3.1 release
1 parent ea967b9 commit d7f2e0f

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.3.1] - 2017-09-26
11+
1012
### Fixed
1113

1214
- Forcibly fallback to SSLv23 if SSLv3 fails. SSLv3 is only used for outdated OpenSSL versions.
@@ -50,7 +52,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5052
instead of applying back pressure.
5153

5254

53-
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.3.0...HEAD
55+
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.3.1...HEAD
56+
[2.3.1]: https://github.com/timberio/timber-ruby/compare/v2.3.0...v2.3.1
5457
[2.3.0]: https://github.com/timberio/timber-ruby/compare/v2.2.2...v2.3.0
5558
[2.2.2]: https://github.com/timberio/timber-ruby/compare/v2.2.2...v2.2.3
5659
[2.2.2]: https://github.com/timberio/timber-ruby/compare/v2.2.1...v2.2.2

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

0 commit comments

Comments
 (0)