diff --git a/features/keychain/CHANGELOG.md b/features/keychain/CHANGELOG.md index 1e09704..c9f8744 100644 --- a/features/keychain/CHANGELOG.md +++ b/features/keychain/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.7.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.6.1...@exodus/keychain@7.7.0) (2024-12-04) + +### Features + +- feat: add ability to skip public key generation (#186) + +- feat: add zilliqa schnorr signing (#185) + ## [7.6.1](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.6.0...@exodus/keychain@7.6.1) (2024-11-19) ### Bug Fixes diff --git a/features/keychain/package.json b/features/keychain/package.json index 29ce966..39611de 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/keychain", - "version": "7.6.1", + "version": "7.7.0", "type": "module", "description": "A module designed to work more securely with private key material", "author": "Exodus Movement, Inc.",