Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,29 @@ The following emojis are used to highlight certain changes:
### Added

### Changed

### Removed

### Fixed

### Security

## [v1.6.0]

### Added

### Changed

- Updated Go in go.mod to 1.22
- Updated dependencies
- go-libp2p [0.36.3](https://github.com/libp2p/go-libp2p/releases/tag/v0.36.3)
- go-libp2p-kad-dht [0.26.1](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.26.1)
- boxo [0.23.0](https://github.com/ipfs/boxo/releases/tag/v0.23.0)
- badger [4.3.0](https://github.com/dgraph-io/badger/releases/tag/v4.3.0)

### Removed

### Fixed

### Security
- a bug whereby `FindPeer` won't return results for peers behind NAT which only have `/p2p-circuit` multiaddrs [go-libp2p-kad-dht#976](https://github.com/libp2p/go-libp2p-kad-dht/pull/976)

## [v1.5.0]

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v1.5.0"
"version": "v1.6.0"
}