File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
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.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
+
37
41
## [ v8.5.2] ( https://github.com/cosmos/ibc-go/releases/tag/v8.5.2 ) - 2024-11-05
38
42
39
43
### Testing
Original file line number Diff line number Diff line change 3
3
module github.com/cosmos/ibc-go/v8
4
4
5
5
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 ]
14
8
)
15
9
16
10
require (
You can’t perform that action at this time.
0 commit comments