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.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Sep 13, 2017
1 parent ff4581b commit 5c612c5
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.1] - 2017-09-13
### Changed

- Omniauth integration was removed since it only captures user context during the Authentication
Expand All @@ -21,5 +23,6 @@ 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.2.0...HEAD
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.2.1...HEAD
[2.2.1]: https://github.com/timberio/timber-ruby/compare/v2.2.0...v2.2.1
[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.2.0"
VERSION = "2.2.1"
end

0 comments on commit 5c612c5

Please sign in to comment.