Skip to content

Commit

Permalink
Prepare version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed May 20, 2020
1 parent 762f590 commit bd33a5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

Version 2.9.0 *(2020-05-20)*
----------------------------

* New: RxJava 3 adapter!

The Maven coordinates are `com.squareup.retrofit2:rxjava3-adapter`.

Unlike the RxJava 1 and RxJava 2 adapters, the RxJava 3 adapter's `create()` method will produce asynchronous HTTP requests by default. For synchronous requests use `createSynchronous()` and for synchronous on a scheduler use `createWithScheduler(..)`.


Version 2.8.2 *(2020-05-18)*
----------------------------

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.8.2`.
Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.9.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.squareup.retrofit2
VERSION_NAME=2.9.0-SNAPSHOT
VERSION_NAME=2.9.0

POM_URL=https://github.com/square/retrofit
POM_SCM_URL=https://github.com/square/retrofit/
Expand Down

0 comments on commit bd33a5d

Please sign in to comment.