We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b2240 commit 53eaba1Copy full SHA for 53eaba1
CHANGELOG.md
@@ -34,6 +34,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
34
35
# Changelog
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
41
## [v8.6.1](https://github.com/cosmos/ibc-go/releases/tag/v8.6.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
@@ -2,10 +2,8 @@ go 1.21
2
3
module github.com/cosmos/ibc-go/v8
4
5
-retract (
6
- // contain ASA-2025-004 vulnerability
7
- [v8.0.0, v8.6.0]
8
-)
+// contain ASA-2025-004 and ISA-2025-001 vulnerability
+retract [v8.0.0, v8.6.1]
9
10
require (
11
cosmossdk.io/api v0.7.5
0 commit comments