Skip to content

Commit 8bf2aac

Browse files
committed
chore: 0.34.1
1 parent ca2090e commit 8bf2aac

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/changelogs/v0.34.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
var 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

1616
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
1717

0 commit comments

Comments
 (0)