Skip to content

Commit 37ab926

Browse files
Merge branch 'gjermund/redact-v7.0-to-v7.8' into release/v7.9.x
2 parents cc6fe55 + 27bebf3 commit 37ab926

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
3434

3535
# Changelog
3636

37-
## [Unreleased]
37+
## [v7.9.0](https://github.com/cosmos/ibc-go/releases/tag/v7.9.0) - 2025-02-27
3838

39-
### Dependencies
40-
41-
### API Breaking
42-
43-
### State Machine Breaking
44-
45-
### Improvements
46-
47-
### Features
39+
- [ASA-2025-004](https://github.com/cosmos/ibc-go/security/advisories/GHSA-jg6f-48ff-5xrw) Fix ASA-2025-004
4840

4941
### Bug Fixes
5042

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
go 1.19
22

33
retract (
4-
[v7.2.0, v7.3.2] // contains ASA-2024-007 vulnerability
5-
v7.1.0 // contains ledger transaction signing bug
6-
v7.0.1 // contains ledger transaction signing bug
7-
v7.0.0 // contains huckleberry vulnerability
4+
// contains ASA-2025-004
5+
[v7.0.0, v7.8.0]
86
)
97

108
module github.com/cosmos/ibc-go/v7

0 commit comments

Comments
 (0)