Skip to content

Commit 53eaba1

Browse files
chore: update changelog and retract v8.6.1
1 parent 17b2240 commit 53eaba1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
3434

3535
# Changelog
3636

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+
3741
## [v8.6.1](https://github.com/cosmos/ibc-go/releases/tag/v8.6.1) - 2025-02-27
3842

3943
- [ASA-2025-004](https://github.com/cosmos/ibc-go/security/advisories/GHSA-jg6f-48ff-5xrw) Fix ASA-2025-004

go.mod

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ go 1.21
22

33
module github.com/cosmos/ibc-go/v8
44

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]
97

108
require (
119
cosmossdk.io/api v0.7.5

0 commit comments

Comments
 (0)