chore: 0.34.1
Marcin Rataj committed
Mar 24, 2025 at 01:45 UTC
8bf2aac931c56e69fc24700334f4c5e33f87dfb8
2 files changed
+16
-1
docs/changelogs/v0.34.md
+15
@@ -1,6 +1,7 @@
1
# Kubo changelog v0.34
2
3
- [v0.34.0](#v0340)
4
+- [v0.34.1](#v0341)
5
6
## v0.34.0
7
@@ -438,3 +439,17 @@ Use [`Reprovider.Strategy`](https://github.com/ipfs/kubo/blob/master/docs/config
439
| Rod Vagg | 1 | +1/-1 | 1 |
440
| Ian Davis | 1 | +1/-1 | 1 |
441
| 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
+1
-1
@@ -11,7 +11,7 @@ import (
11
var CurrentCommit string
12
13
// CurrentVersionNumber is the current application's version literal.
14
-const CurrentVersionNumber = "0.34.0"
14
+const CurrentVersionNumber = "0.34.1"
15
16
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
17