diff --git a/CHANGELOG.md b/CHANGELOG.md index 9efd6bde..56a96174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # 0.10.0 -## Go / Rust / JavaScript +## Go / Rust / TypeScript This release introduces one single boolean new parameter to the top-level `ProofSpec`: `prehash_compare_key`. When set to `true`, this flag causes keys to be consistently compared lexicographically according to their hashes @@ -11,6 +11,9 @@ within nonexistence proof verification, using the same hash function as specifie This is a backwards-compatible change, as it requires opt-in via setting the `prehash_compare_key` flag to `true` in the `ProofSpec`. All existing ProofSpecs will continue to behave identically. +Please note that the version of the TypeScript library has been bump from 0.6.8 to 0.10.0 to align it with +the Go and Rust implementations. + ## Full changes - feat: Add `prehash_compare_key` to allow proving nonexistence in sparse trees ([#136](https://github.com/cosmos/ics23/pull/136)) diff --git a/js/package.json b/js/package.json index 2d193118..0a66cc82 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@confio/ics23", - "version": "0.7.0", + "version": "0.10.0", "description": "Merkle proof verification library - implements Cosmos ICS23 Spec", "main": "build/index.js", "types": "build/index.d.ts",