Skip to content

Commit 44f1ce1

Browse files
committed
Prepare version 2.0.2.
1 parent 2839881 commit 44f1ce1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change Log
22
==========
33

4+
Version 2.0.2 *(2016-04-12)*
5+
----------------------------
6+
7+
* New: `ProtoConverterFactory.createWithRegistry()` method accepts an extension registry to be used
8+
when deserializing protos.
9+
* Fix: Pass the correct `Call` instance to `Callback`'s `onResponse` and `onFailure` methods such
10+
that calling `clone()` retains the correct threading behavior.
11+
* Fix: Reduce the per-request allocation overhead for the RxJava call adapter.
12+
13+
414
Version 2.0.1 *(2016-03-30)*
515
----------------------------
616

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Download [the latest JAR][2] or grab via Maven:
1414
<dependency>
1515
<groupId>com.squareup.retrofit2</groupId>
1616
<artifactId>retrofit</artifactId>
17-
<version>2.0.1</version>
17+
<version>2.0.2</version>
1818
</dependency>
1919
```
2020
or Gradle:
2121
```groovy
22-
compile 'com.squareup.retrofit2:retrofit:2.0.1'
22+
compile 'com.squareup.retrofit2:retrofit:2.0.2'
2323
```
2424

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

0 commit comments

Comments
 (0)