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

Commit 7c2e0c3

Browse files
committed
Prepare 2.3.2 release
1 parent 5d83a04 commit 7c2e0c3

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

1214
- Drop ASCII-8BIT (binary) data before encoding to JSON. This resolves encoding errors during
@@ -57,7 +59,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5759
instead of applying back pressure.
5860

5961

60-
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.3.1...HEAD
62+
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.3.2...HEAD
63+
[2.3.2]: https://github.com/timberio/timber-ruby/compare/v2.3.1...v2.3.2
6164
[2.3.1]: https://github.com/timberio/timber-ruby/compare/v2.3.0...v2.3.1
6265
[2.3.0]: https://github.com/timberio/timber-ruby/compare/v2.2.2...v2.3.0
6366
[2.2.2]: https://github.com/timberio/timber-ruby/compare/v2.2.2...v2.2.3

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

0 commit comments

Comments
 (0)