kotlin-bip39/CHANGELOG.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
666 B
Markdown
Raw Normal View History

2023-05-18 12:16:40 -07:00
# Change Log
2020-09-19 00:51:46 -07:00
2023-05-18 12:16:40 -07:00
## 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
2023-05-18 12:16:40 -07:00
## 1.0.3
- Kotlin 1.7.10
2022-06-29 13:33:33 -07:00
- 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
2023-05-18 12:16:40 -07:00
## 1.0.2
- Publish to Maven Central due to Jcenter deprecation
2023-05-18 12:16:40 -07:00
## 1.0.1
2020-09-19 00:52:51 -07:00
- 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.