We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b5b92 commit 4632144Copy full SHA for 4632144
CHANGELOG.md
@@ -34,6 +34,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
34
35
# Changelog
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
41
## [v7.9.1](https://github.com/cosmos/ibc-go/releases/tag/v7.9.1) - 2025-02-27
42
43
- [ASA-2025-004](https://github.com/cosmos/ibc-go/security/advisories/GHSA-jg6f-48ff-5xrw) Fix ASA-2025-004
go.mod
@@ -1,9 +1,7 @@
1
go 1.19
2
3
-retract (
4
- // contains ASA-2025-004
5
- [v7.0.0, v7.9.1]
6
-)
+// contains ASA-2025-004 and ISA-2025-001 vulnerabilities
+retract [v7.0.0, v7.9.2]
7
8
module github.com/cosmos/ibc-go/v7
9
0 commit comments