diff options
-rw-r--r-- | changelog.md | 14 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 3efd7f3..1f8c45a 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -1,3 +1,17 @@ | |||
1 | # 0.5.0 | ||
2 | |||
3 | * Remove bias from base 6 and base 10 entropy | ||
4 | * Add notes about card entropy | ||
5 | * Hide/show split mnemonic cards | ||
6 | * Fix link to standalone release file | ||
7 | * Add Scribe network | ||
8 | * Add Nano network | ||
9 | * Add TRX network | ||
10 | * Add Binance Smart Chain network | ||
11 | * Clean up dependencies for eos-util | ||
12 | * Update bootstrap to 3.4.1 | ||
13 | * Bump library versions | ||
14 | |||
1 | # 0.4.3 | 15 | # 0.4.3 |
2 | 16 | ||
3 | * Add FIO - Foundation for Interwallet Operability | 17 | * Add FIO - Foundation for Interwallet Operability |
diff --git a/src/index.html b/src/index.html index e8e56be..b73bf50 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -15,7 +15,7 @@ | |||
15 | <div class="container"> | 15 | <div class="container"> |
16 | 16 | ||
17 | <h1 class="text-center">Mnemonic Code Converter</h1> | 17 | <h1 class="text-center">Mnemonic Code Converter</h1> |
18 | <p class="version">v0.4.3</p> | 18 | <p class="version">v0.5.0</p> |
19 | <hr> | 19 | <hr> |
20 | <div class="row"> | 20 | <div class="row"> |
21 | <div class="col-md-12"> | 21 | <div class="col-md-12"> |