Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Prepare version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Apr 19, 2023
1 parent a8ee7de commit d3c1b83
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 1.0.0 *(2023-04-18)*
----------------------------

* Kotlin updated to 1.8.10
* Serialization updated to 1.5.0
* Experimental annotation is no longer required!


Version 0.8.0 *(2020-10-09)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ instance _last_ to allow the other converters a chance to see their types.

Gradle:
```kotlin
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0")
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")
```

Maven:
```xml
<dependency>
<groupId>com.jakewharton.retrofit</groupId>
<artifactId>retrofit2-kotlinx-serialization-converter</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.jakewharton.retrofit
VERSION_NAME=0.9.0-SNAPSHOT
VERSION_NAME=1.0.0

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
Expand Down

0 comments on commit d3c1b83

Please sign in to comment.