Skip to content

Commit

Permalink
Prepare version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Dec 9, 2019
1 parent e3a1c46 commit bfedd12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

Version 2.7.0 *(2019-12-09)*
----------------------------

**This release changes the minimum requirements to Java 8+ or Android 5+.**
See [this blog post](https://cashapp.github.io/2019-02-05/okhttp-3-13-requires-android-5) for more information on the change.

* New: Upgrade to OkHttp 3.14.4. Please see [its changelog for 3.x](https://square.github.io/okhttp/changelog_3x/).
* Fix: Allow service interfaces to extend other interfaces.
* Fix: Ensure a non-null body is returned by `Response.error`.


Version 2.6.3 *(2019-12-09)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For more information please see [the website][1].
Download
--------

Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.6.3`.
Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.7.0`.

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

Expand Down

0 comments on commit bfedd12

Please sign in to comment.