Skip to content

Commit dd03bf3

Browse files
authored
v0.4.0 changelog and version number (#43)
1 parent 9d16a7b commit dd03bf3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
(modification: no type change headlines) and this project adheres to
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.4.0 - 2024-04-02
9+
10+
- Update `getTreeKey` to use `hashCommitment` following latest spec,
11+
PR [#31](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/31)
12+
813
## 0.3.1 - 2024-03-29
914

1015
- Fix several minor bugs impacting ESM and browser usage; add new `VerkleCrypto` type that defines output

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "verkle-cryptography-wasm",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Verkle Trie Crytography WASM/TypeScript Bindings",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)