Skip to content

Commit aaed545

Browse files
authored
chore: release v1.6.0 (#163)
1 parent c695f01 commit aaed545

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,29 @@ The following emojis are used to highlight certain changes:
1616
### Added
1717

1818
### Changed
19+
20+
### Removed
21+
22+
### Fixed
23+
24+
### Security
25+
26+
## [v1.6.0]
27+
28+
### Added
29+
30+
### Changed
31+
1932
- Updated Go in go.mod to 1.22
2033
- Updated dependencies
2134
- go-libp2p [0.36.3](https://github.com/libp2p/go-libp2p/releases/tag/v0.36.3)
2235
- go-libp2p-kad-dht [0.26.1](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.26.1)
2336
- boxo [0.23.0](https://github.com/ipfs/boxo/releases/tag/v0.23.0)
2437
- badger [4.3.0](https://github.com/dgraph-io/badger/releases/tag/v4.3.0)
2538

26-
### Removed
27-
2839
### Fixed
2940

30-
### Security
41+
- 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)
3142

3243
## [v1.5.0]
3344

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v1.5.0"
2+
"version": "v1.6.0"
33
}

0 commit comments

Comments
 (0)