kotlin-bip39/CHANGELOG.md

24 lines
666 B
Markdown

# Change Log
## 1.0.5
- Improved performance and memory usage
- Kotlin 1.8.21
- Internal changes to better support Kotlin Multiplatform
## 1.0.4
- Fixed Maven publishing error in 1.0.3 release
## 1.0.3
- Kotlin 1.7.10
- Internal changes to support multiplatform in the future (consumers using Maven instead of Gradle may need to suffix -jvm to the artifact name)
- Snapshot builds are available prior to final release
## 1.0.2
- Publish to Maven Central due to Jcenter deprecation
## 1.0.1
- First non-beta release!
- New: Adds support for older devices that are missing crypto libraries.
- New: Updates to v1.4.10 of kotlin.
- Fix: Bug in publishing script.