File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Kubo changelog v0.34
22
33- [ v0.34.0] ( #v0340 )
4+ - [ v0.34.1] ( #v0341 )
45
56## v0.34.0
67
@@ -438,3 +439,17 @@ Use [`Reprovider.Strategy`](https://github.com/ipfs/kubo/blob/master/docs/config
438439| Rod Vagg | 1 | +1/-1 | 1 |
439440| Ian Davis | 1 | +1/-1 | 1 |
440441| Fabio Bozzo | 1 | +1/-1 | 1 |
442+
443+ ## v0.34.1
444+
445+ - [ Overview] ( #overview )
446+ - [ 🔦 Highlights] ( #-highlights )
447+ - [ 📦️ Important dependency updates] ( #-important-dependency-updates )
448+
449+ ### Overview
450+
451+ ### 🔦 Highlights
452+
453+ #### 📦️ Important dependency updates
454+
455+ - update ` quic-go ` to [ v0.50.1] ( https://github.com/quic-go/quic-go/releases/tag/v0.50.1 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111var CurrentCommit string
1212
1313// CurrentVersionNumber is the current application's version literal.
14- const CurrentVersionNumber = "0.34.0 "
14+ const CurrentVersionNumber = "0.34.1 "
1515
1616const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
1717
You can’t perform that action at this time.
0 commit comments