Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.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))
- 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
Expand Down Expand Up @@ -50,7 +65,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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading