diff --git a/features/keychain/CHANGELOG.md b/features/keychain/CHANGELOG.md index 48bf16e4..8b57b7b5 100644 --- a/features/keychain/CHANGELOG.md +++ b/features/keychain/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.8.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@6.7.0...@exodus/keychain@6.8.0) (2024-07-24) + +### Features + +- declare keychain definitions as public ([#125](https://github.com/ExodusMovement/exodus-oss/issues/125)) ([d9ea888](https://github.com/ExodusMovement/exodus-oss/commit/d9ea888327925790c103d1a8bdee288e8c32330b)) +- implement seed-specific locked boolean flag ([#123](https://github.com/ExodusMovement/exodus-oss/issues/123)) ([2f9dd29](https://github.com/ExodusMovement/exodus-oss/commit/2f9dd29a6b770088756d2decbd51cfa1bda9fdfe)) + ## [6.7.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@6.6.0...@exodus/keychain@6.7.0) (2024-07-10) ### Features diff --git a/features/keychain/package.json b/features/keychain/package.json index b1d08cac..139fd3e2 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/keychain", - "version": "6.7.0", + "version": "6.8.0", "type": "module", "description": "A module designed to work more securely with private key material", "author": "Exodus Movement, Inc.",