Skip to content

Commit

Permalink
Prepare for 0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron He committed Jan 18, 2020
1 parent d53be1e commit 9abee59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Change Log
==========

## Version 0.10.0
_2020-01-17_

* Update protobuf-Java to 3.11.0.
* Fix: do not use the registry as param if it is null.
* Remove un-used kotlin-reflect artifact.

## Version 0.1.9

_2019_07_15
_2019-07-15_

**This release upgrades the project's JVM target to 1.8.** If you are building Android libraries or apps, adding this to your `build.gradle` to have [Java 8 language support](https://developer.android.com/studio/write/java8-support).

Expand All @@ -21,6 +28,6 @@ android {

## Version 0.1.8

_2019_06_20
_2019-06-20_

* Released Scarlet in Maven Central. `groupId` is now `com.tinder`. See all artifacts [here](https://search.maven.org/search?q=g:com.tinder.scarlet).
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ android.enableJetifier=true
android.useAndroidX=true

GROUP=com.tinder.scarlet
VERSION_NAME=0.1.10-SNAPSHOT
VERSION_NAME=0.1.10

POM_DESCRIPTION=A Retrofit inspired WebSocket client for Kotlin, Java, and Android.
POM_URL=https://github.com/Tinder/Scarlet
Expand Down

0 comments on commit 9abee59

Please sign in to comment.