diff --git a/CHANGELOG.md b/CHANGELOG.md index 7859dd3..4cb7688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,4 +43,7 @@ - README update ## 3.0.2 -- Add a method to validate a specific menmonic word \ No newline at end of file +- Add a method to validate a specific mnemonic word + +## 3.0.3 +- isValid function formats input (NFKD) \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index d4210ab..7024255 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bip39_mnemonic description: Mnemonic code for generating deterministic keys a.k.a. BIP39. -version: 3.0.2 +version: 3.0.3 homepage: https://github.com/ethicnology/dart-bip39-mnemonic environment: