Skip to content

Commit 7ae302c

Browse files
chore: update changelog and redact
1 parent da27d9f commit 7ae302c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
3434

3535
# Changelog
3636

37+
## [v8.6.0](https://github.com/cosmos/ibc-go/releases/tag/v8.6.0) - 2025-02-27
38+
39+
- [ASA-2025-004](https://github.com/cosmos/ibc-go/security/advisories/GHSA-jg6f-48ff-5xrw) Fix ASA-2025-004
40+
3741
## [v8.5.2](https://github.com/cosmos/ibc-go/releases/tag/v8.5.2) - 2024-11-05
3842

3943
### Testing

go.mod

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ go 1.21
33
module github.com/cosmos/ibc-go/v8
44

55
retract (
6-
// contained state-incompatible changes
7-
v8.5.3
8-
// contain bug in channel upgradability that can result
9-
// in a channel upgrade succeeding but with channel ends
10-
// in incompatible state
11-
[v8.2.0, v8.3.2]
12-
// contain ASA-2024-007 vulnerability
13-
[v8.0.0, v8.1.1]
6+
// contain ASA-2025-004 vulnerability
7+
[v8.0.0, v8.5.2]
148
)
159

1610
require (

0 commit comments

Comments
 (0)