Skip to content

Commit 6c508fe

Browse files
author
Sven Obser
committed
Update README and CHANGELOG
1 parent 7fb2719 commit 6c508fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.1.0] - 2020-11-08
810
### Added
911
- Support `ignoreUnknownColumns`.
1012

README.md

Lines changed: 2 additions & 2 deletions
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.2")
18+
implementation("de.brudaswen.kotlinx.serialization:kotlinx-serialization-csv:1.1.0")
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")
@@ -101,7 +101,7 @@ CSV serialization and parsing options can be changed by providing a custom `CsvC
101101

102102
| Dependency | Versions |
103103
|--- |--- |
104-
| *Kotlin Serialization* | 1.0.0 |
104+
| *Kotlin Serialization* | 1.0.0 |
105105

106106
## License
107107

0 commit comments

Comments
 (0)