From 09bc4113e2024cf0a9e087c871172b0095d10a6f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 26 Nov 2025 17:17:51 +0000 Subject: [PATCH 1/4] 0.8.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e9a5f..e76f504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] + +### Uncategorized + +- Feat/get public key ed25519 tests ([#29](https://github.com/MetaMask/native-utils/pull/29)) +- chore: add tests for keccak256 utf8 input ([#33](https://github.com/MetaMask/native-utils/pull/33)) +- Fix: treat keccak256 string input as utf8 not hex ([#32](https://github.com/MetaMask/native-utils/pull/32)) +- chore: fix audit findings ([#28](https://github.com/MetaMask/native-utils/pull/28)) + ## [0.7.0] ### Added @@ -50,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - feat: add native public key generation ([#5](https://github.com/MetaMask/native-utils/pull/5)) - feat: add Example app with tests cases ([#6](https://github.com/MetaMask/native-utils/pull/6)) -[Unreleased]: https://github.com/MetaMask/native-utils/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/MetaMask/native-utils/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/MetaMask/native-utils/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/MetaMask/native-utils/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/MetaMask/native-utils/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/MetaMask/native-utils/compare/v0.4.0...v0.5.0 diff --git a/package.json b/package.json index 15faae7..572bd3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/native-utils", - "version": "0.7.0", + "version": "0.8.0", "description": "React Native Utils for MetaMask. This project is under development and that individuals should use it at their own risk.", "homepage": "https://github.com/MetaMask/native-utils", "bugs": { From f0d05d8a887a2714d6c04af12637af752da56366 Mon Sep 17 00:00:00 2001 From: sethkfman <10342624+sethkfman@users.noreply.github.com> Date: Wed, 26 Nov 2025 11:17:49 -0700 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e76f504..cfb441f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.8.0] -### Uncategorized +### Added - Feat/get public key ed25519 tests ([#29](https://github.com/MetaMask/native-utils/pull/29)) - chore: add tests for keccak256 utf8 input ([#33](https://github.com/MetaMask/native-utils/pull/33)) From 2f67fe2ab94d2d4eca0380253eb10127cf5787ea Mon Sep 17 00:00:00 2001 From: sethkfman <10342624+sethkfman@users.noreply.github.com> Date: Wed, 26 Nov 2025 18:20:19 +0000 Subject: [PATCH 3/4] updated changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb441f..e12024e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Feat/get public key ed25519 tests ([#29](https://github.com/MetaMask/native-utils/pull/29)) + +### Changed + - chore: add tests for keccak256 utf8 input ([#33](https://github.com/MetaMask/native-utils/pull/33)) -- Fix: treat keccak256 string input as utf8 not hex ([#32](https://github.com/MetaMask/native-utils/pull/32)) - chore: fix audit findings ([#28](https://github.com/MetaMask/native-utils/pull/28)) +### Fixed +- Fix: treat keccak256 string input as utf8 not hex ([#32](https://github.com/MetaMask/native-utils/pull/32)) + ## [0.7.0] ### Added From 8b5761a7ac1b3084bf60f4310d4dcfc8b1b5a05c Mon Sep 17 00:00:00 2001 From: sethkfman Date: Wed, 26 Nov 2025 11:47:53 -0700 Subject: [PATCH 4/4] fix changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12024e..d7f930c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - chore: fix audit findings ([#28](https://github.com/MetaMask/native-utils/pull/28)) ### Fixed + - Fix: treat keccak256 string input as utf8 not hex ([#32](https://github.com/MetaMask/native-utils/pull/32)) ## [0.7.0]