Skip to content

Commit

Permalink
chore: release v1.6.0 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Sep 12, 2024
1 parent c695f01 commit aaed545
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
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"
}

0 comments on commit aaed545

Please sign in to comment.