File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
34
34
35
35
# Changelog
36
36
37
+ ## [ v8.7.0] ( https://github.com/cosmos/ibc-go/releases/tag/v8.7.0 ) - 2025-03-12
38
+
39
+ - [ ISA-2025-001] ( https://github.com/cosmos/ibc-go/security/advisories/GHSA-4wf3-5qj9-368v ) Fix ISA-2025-001
40
+
37
41
## [ v8.6.1] ( https://github.com/cosmos/ibc-go/releases/tag/v8.6.1 ) - 2025-02-27
38
42
39
43
- [ ASA-2025-004] ( https://github.com/cosmos/ibc-go/security/advisories/GHSA-jg6f-48ff-5xrw ) Fix ASA-2025-004
Original file line number Diff line number Diff line change 2
2
3
3
module github.com/cosmos/ibc-go/v8
4
4
5
- retract (
6
- // contain ASA-2025-004 vulnerability
7
- [v8.0.0 , v8.6.0 ]
8
- )
5
+ // contain ASA-2025-004 and ISA-2025-001 vulnerability
6
+ retract [v8.0.0 , v8.6.1 ]
9
7
10
8
require (
11
9
cosmossdk.io/api v0.7.5
You can’t perform that action at this time.
0 commit comments