diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d8ae4a51..98435f4bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)* ---------------------------- diff --git a/README.md b/README.md index fb52e20e27..5c76cebaae 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ Download [the latest JAR][2] or grab via Maven: com.squareup.retrofit2 retrofit - 2.0.0 + 2.0.1 ``` 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].