Skip to content

Commit fc4c0e6

Browse files
authored
Merge pull request #1068 from ipfs/release-v0.35.2
Release v0.35.2
2 parents 6a68a11 + 6e621f6 commit fc4c0e6

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,22 @@ The following emojis are used to highlight certain changes:
1818

1919
### Changed
2020

21-
- upgrade to `go-libp2p` [v0.45.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.45.0)
22-
2321
### Removed
2422

2523
### Fixed
2624

2725
### Security
2826

2927

28+
## [v0.35.2]
29+
30+
### Changed
31+
32+
- upgrade to `go-libp2p` [v0.45.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.45.0)
33+
- upgrade to `go-log/v2` [v2.9.0](https://github.com/ipfs/go-log/releases/tag/v2.9.0)
34+
- Applications using go-log (>=2.9)+go-libp2p(>=0.45) may need to initialize their application to bridge slog-based libraries to into go-log. See documentation for go-log [release](https://github.com/ipfs/go-log/releases/tag/v2.9.0) and [slog integration](https://github.com/ipfs/go-log/blob/master/README.md#slog-integration).
35+
36+
3037
## [v0.35.1]
3138

3239
### Added

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.35.1"
2+
"version": "v0.35.2"
33
}

0 commit comments

Comments
 (0)