From 5c612c533cd34de596e0b6b51da9805d9824d4b0 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Wed, 13 Sep 2017 18:56:24 -0500 Subject: [PATCH] Prepare 2.2.1 release --- CHANGELOG.md | 5 ++++- lib/timber/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c70e1ea3..b8466351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/lib/timber/version.rb b/lib/timber/version.rb index 3483f600..ba69335c 100644 --- a/lib/timber/version.rb +++ b/lib/timber/version.rb @@ -1,3 +1,3 @@ module Timber - VERSION = "2.2.0" + VERSION = "2.2.1" end