Update changelog for Moshi 1.3.0.

This commit is contained in:
jwilson
2016-10-15 14:16:55 -04:00
parent e54fa3c31a
commit cc8eab1b18
2 changed files with 34 additions and 2 deletions

View File

@@ -455,12 +455,12 @@ Download [the latest JAR][dl] or depend via Maven:
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.squareup.moshi:moshi:1.2.0'
compile 'com.squareup.moshi:moshi:1.3.0'
```
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].