Changelog, version and libsodium updates

This commit is contained in:
Ugljesa Jovanovic 2022-03-05 19:29:59 +01:00
parent 9681309cde
commit 1197e585d2
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F
8 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,13 @@
## Descriptive changelog
(All dates are DD.MM.YYYY)
#### 0.8.5-SNAPSHOT
#### 0.8.6-SNAPSHOT
#### 0.8.5 - 5.3.2022
- Libsodium updated to 7d67f1909bfa6e12254 (2022)
- Fix array out of bounds on native when trying to get a pointer to empty array. Return null instead.
- Fixed #20 - calling `crypto_sign_ed25519_sk_to_curve25519` instead of `crypto_sign_ed25519_pk_to_curve25519` in jvm and native implementations
- Bump to kotlin 1.6.10
#### 0.8.4 - 19.7.2021
- Bump to kotlin 1.5.21

View File

@ -39,7 +39,7 @@ object Versions {
object ReleaseInfo {
val group = "com.ionspin.kotlin"
val bindingsVersion = "0.8.5-SNAPSHOT"
val bindingsVersion = "0.8.6-SNAPSHOT"
}
object Deps {