kotlin-bip39/CHANGELOG.md

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

24 lines
719 B
Markdown
Raw Normal View History

2020-09-19 00:51:46 -07:00
Change Log
==========
Version 1.0.4
------------------------------------
- Fixed Maven publishing error in 1.0.3 release
Version 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
Version 1.0.2
------------------------------------
- Publish to Maven Central due to Jcenter deprecation
Version 1.0.1
2020-09-19 00:51:46 -07:00
------------------------------------
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.