Skip to content

Commit

Permalink
Prepare version 1.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 23, 2014
1 parent 92dd96b commit cb32237
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 1.7.1 *(2014-10-23)*
----------------------------

* Fix: Correctly log `null` request arguments for `HEADERS_AND_ARGS` log level.


Version 1.7.0 *(2014-10-08)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Download [the latest JAR][2] or grab via Maven:
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>retrofit</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.squareup.retrofit:retrofit:1.7.0'
compile 'com.squareup.retrofit:retrofit:1.7.1'
```
Retrofit requires at minimum Java 6 or Android 2.3.

Expand Down

0 comments on commit cb32237

Please sign in to comment.