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.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Sep 27, 2017
1 parent ff95c3b commit 397196a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.0] - 2017-09-26

### Added

- Added the ability to pass additional loggers when instantiating a `::Timber::Logger`.
Expand Down Expand Up @@ -44,7 +46,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.2.3...HEAD
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.3.0...HEAD
[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
[2.2.2]: https://github.com/timberio/timber-ruby/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/timberio/timber-ruby/compare/v2.2.0...v2.2.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ you more productive.
1. In your `Gemfile`, add the `timber` gem:

```ruby
gem 'timber', '~> 2.1'
gem 'timber', '~> 2.3'
```

2. In your `shell`, run:
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.2.3"
VERSION = "2.3.0"
end

0 comments on commit 397196a

Please sign in to comment.