summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-common/src/meshbay_common/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/__init__.py')
-rw-r--r--packages/meshbay-common/src/meshbay_common/__init__.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/__init__.py b/packages/meshbay-common/src/meshbay_common/__init__.py
index d1e7f6c..1265586 100644
--- a/packages/meshbay-common/src/meshbay_common/__init__.py
+++ b/packages/meshbay-common/src/meshbay_common/__init__.py
@@ -56,5 +56,10 @@ __version__ = "0.9.0"
# file's cached TMDB match so it re-resolves with the current matcher
# (§10.1/V13). Additive: an older node logs "unknown type", the client's
# button just does nothing.
-MNP_VERSION = "0.13"
+# 0.14: added an optional `bundle_enc_recovery` field on `keypair_bundle_store`
+# and `keypair_bundle_resp` — a second copy of the identity bundle wrapped
+# under the account's recovery key, so a forgotten passphrase does not strand
+# the identity (docs/auth-confirm.md §4.3). Additive: an older node ignores the
+# field on store and never returns one; an older client never sends it.
+MNP_VERSION = "0.14"
MHP_VERSION = "0.1"