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

Commit 5c612c5

Browse files
committed
Prepare 2.2.1 release
1 parent ff4581b commit 5c612c5

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
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [2.2.1] - 2017-09-13
911
### Changed
1012

1113
- Omniauth integration was removed since it only captures user context during the Authentication
@@ -21,5 +23,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2123
instead of applying back pressure.
2224

2325

24-
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.2.0...HEAD
26+
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.2.1...HEAD
27+
[2.2.1]: https://github.com/timberio/timber-ruby/compare/v2.2.0...v2.2.1
2528
[2.2.0]: https://github.com/timberio/timber-ruby/compare/v2.1.10...v2.2.0

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

0 commit comments

Comments
 (0)