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

Commit

Permalink
Prepare 2.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Sep 27, 2017
1 parent 5d83a04 commit 7c2e0c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.3.2] - 2017-09-27

### Fixed

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


[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.3.1...HEAD
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.3.2...HEAD
[2.3.2]: https://github.com/timberio/timber-ruby/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/timberio/timber-ruby/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/timberio/timber-ruby/compare/v2.2.2...v2.3.0
[2.2.2]: https://github.com/timberio/timber-ruby/compare/v2.2.2...v2.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/timber/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Timber
VERSION = "2.3.1"
VERSION = "2.3.2"
end

0 comments on commit 7c2e0c3

Please sign in to comment.