From b103ad3e7f1c421241c60c9dc26d221cf8f7474f Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:54:31 +0300 Subject: [PATCH] Create release notes for 7.6.0 (#46) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- updates/changelogs/release/7_6_0.md | 4 ++++ updates/v1/entrypoint_release.json | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 updates/changelogs/release/7_6_0.md diff --git a/updates/changelogs/release/7_6_0.md b/updates/changelogs/release/7_6_0.md new file mode 100644 index 0000000..7775dd3 --- /dev/null +++ b/updates/changelogs/release/7_6_0.md @@ -0,0 +1,4 @@ +Nova Wallet v7.6.0 is here! 🎁 + • Major optimisations to connection logic, improving app loading times, overall performance and allowing more future simultaneous network connections + • Polkadex Ledger App Support + • Bug Fixes and Optimisations \ No newline at end of file diff --git a/updates/v1/entrypoint_release.json b/updates/v1/entrypoint_release.json index 7641b94..18f2a2c 100644 --- a/updates/v1/entrypoint_release.json +++ b/updates/v1/entrypoint_release.json @@ -148,5 +148,10 @@ "version": "7.5.0", "severity": "Major", "time": "2023-11-30T10:40:15Z" + }, + { + "version": "7.6.0", + "severity": "Normal", + "time": "2023-12-18T13:26:50Z" } ]