Skip to content

Commit 15f8183

Browse files
author
Sven Obser
committed
Update README and CHANGELOG for release 1.0.2
1 parent 25dae0e commit 15f8183

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.2] - 2020-10-11
10+
### Changed
11+
- Update to *Kotlin Serialization* `1.0.0`.
12+
913
## [1.0.1] - 2020-09-30
1014
### Added
1115
- Source compatibility with Java 8.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ open classes should be avoided.
1515
## Gradle Dependencies
1616
```kotlin
1717
// Kotlin Serialization CSV
18-
implementation("de.brudaswen.kotlinx.serialization:kotlinx-serialization-csv:1.0.1")
18+
implementation("de.brudaswen.kotlinx.serialization:kotlinx-serialization-csv:1.0.2")
1919

2020
// Kotlin Serialization is added automatically, but can be added to force a specific version
2121
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.0.0")

0 commit comments

Comments
 (0)