Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Aug 29, 2024
1 parent 96b24c9 commit 16ead23
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# Changelog

# Unreleased

- fix(go): interpret max_depth in proof specs as 128 if left to 0 ([#352](https://github.com/cosmos/ics23/pull/352)).
- deps: bump cosmos/gogoproto to v1.7.0.
- deps: bump x/crypto v0.26.0.
- feat: add support for Blake2b/2s/3 hash functions ([#212](https://github.com/cosmos/ics23/pull/212)).
- fix(go): bullet-proof against nil dereferences, add more fuzzers ([\#244](https://github.com/cosmos/ics23/pull/244)).

# 0.12.0

## Rust
Expand Down Expand Up @@ -38,6 +30,14 @@ This release was yanked, please use v0.11.3 instead.

- chore(rust): update `prost` to v0.12 ([#202](https://github.com/cosmos/ics23/pull/202))

## Go

- fix(go): interpret max_depth in proof specs as 128 if left to 0 ([#352](https://github.com/cosmos/ics23/pull/352)).
- deps: bump cosmos/gogoproto to v1.7.0.
- deps: bump x/crypto v0.26.0.
- feat: add support for Blake2b/2s/3 hash functions ([#212](https://github.com/cosmos/ics23/pull/212)).
- fix(go): bullet-proof against nil dereferences, add more fuzzers ([\#244](https://github.com/cosmos/ics23/pull/244)).

# 0.10.2

## Rust
Expand Down

0 comments on commit 16ead23

Please sign in to comment.