diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d8afc..e03562c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.4.6 - 2024-09-08 + +- Expose `createProof` and `verifyProof` from verkle_ffi. #[56](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/56) + ## 0.4.5 - 2024-06-21 - Remove duplicative `VerkleCrypto` typescript interface as unnecessary. [#55](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/55) diff --git a/package-lock.json b/package-lock.json index d739d56..205d9d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "verkle-cryptography-wasm", - "version": "0.4.5", + "version": "0.4.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "verkle-cryptography-wasm", - "version": "0.4.5", + "version": "0.4.6", "license": "MIT/Apache", "dependencies": { "@scure/base": "^1.1.5" diff --git a/package.json b/package.json index fb3fce8..c66df65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verkle-cryptography-wasm", - "version": "0.4.5", + "version": "0.4.6", "description": "Verkle Trie Crytography WASM/TypeScript Bindings", "keywords": [ "ethereum",