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

Commit

Permalink
Prepare 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Sep 13, 2017
1 parent 6691657 commit 5a0cc17
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 @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.2.0] - 2017-09-13
## Changed

- The default HTTP log device queue type was switched to a
Expand All @@ -14,4 +16,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
instead of applying back pressure.


[Unreleased]: https://github.com/timberio/agent/compare/v2.1.10...HEAD
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/timberio/timber-ruby/compare/v2.1.10...v2.2.0
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.1.10"
VERSION = "2.2.0"
end

0 comments on commit 5a0cc17

Please sign in to comment.