Skip to content

Commit

Permalink
Prepare version 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 31, 2016
1 parent cb57627 commit ff43618
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 2.0.1 *(2016-03-30)*
----------------------------

* New: Support OkHttp's `HttpUrl` as a `@Url` parameter type.
* New: Support iterable and array `@Part` parameters using OkHttp's `MultipartBody.Part`.
* Fix: Honor backpressure in `Observable`s created from the RxJavaCallAdapterFactory.


Version 2.0.0 *(2016-03-11)*
----------------------------

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.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.squareup.retrofit2:retrofit:2.0.0'
compile 'com.squareup.retrofit2:retrofit:2.0.1'
```

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

0 comments on commit ff43618

Please sign in to comment.