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
+ ## [ v7.10.0] ( https://github.com/cosmos/ibc-go/releases/tag/v7.10.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
## [ v7.9.1] ( https://github.com/cosmos/ibc-go/releases/tag/v7.9.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 1
1
go 1.19
2
2
3
- retract (
4
- // contains ASA-2025-004
5
- [v7.0.0 , v7.9.1 ]
6
- )
3
+ // contains ASA-2025-004 and ISA-2025-001 vulnerabilities
4
+ retract [v7.0.0 , v7.9.2 ]
7
5
8
6
module github.com/cosmos/ibc-go/v7
9
7
You can’t perform that action at this time.
0 commit comments