Update changelog for 1.1.0.

This commit is contained in:
jwilson
2016-01-18 17:16:20 -05:00
parent d29036f3b7
commit dd505172ca
3 changed files with 17 additions and 3 deletions

View File

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