diff --git a/features/keychain/CHANGELOG.md b/features/keychain/CHANGELOG.md index cb7124b4..abfe753c 100644 --- a/features/keychain/CHANGELOG.md +++ b/features/keychain/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.4.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@6.3.0...@exodus/keychain@6.4.0) (2024-04-26) + +### Features + +- support for schnorr signatures ([#90](https://github.com/ExodusMovement/exodus-oss/issues/90)) ([4c9420d](https://github.com/ExodusMovement/exodus-oss/commit/4c9420d344ac79467a1bd3dff691751eaeaad0e1)) + ## [6.3.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@6.1.1...@exodus/keychain@6.3.0) (2024-04-24) ### Features diff --git a/features/keychain/package.json b/features/keychain/package.json index 54d1baec..66ed7418 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/keychain", - "version": "6.3.0", + "version": "6.4.0", "description": "A module designed to work more securely with private key material", "author": "Exodus Movement Inc.", "homepage": "https://github.com/ExodusMovement/exodus-oss/tree/master/features/keychain",