Skip to content

Commit

Permalink
Prepare version 4.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 27, 2018
1 parent 28aa40a commit f452f12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 4.7.0 *(2018-03-27)*
----------------------------

* Fix: Support lint version 26.1.0.
* Fix: Check single-argument log method in TimberExceptionLogging.


Version 4.6.1 *(2018-02-12)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Download
--------

```groovy
implementation 'com.jakewharton.timber:timber:4.6.1'
implementation 'com.jakewharton.timber:timber:4.7.0'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.jakewharton.timber
VERSION_NAME=4.6.2-SNAPSHOT
VERSION_NAME=4.7.0

POM_DESCRIPTION=No-nonsense injectable logging.

Expand Down

0 comments on commit f452f12

Please sign in to comment.