diff --git a/docs/changelogs/v0.34.md b/docs/changelogs/v0.34.md index c89f41675..333051401 100644 --- a/docs/changelogs/v0.34.md +++ b/docs/changelogs/v0.34.md @@ -1,6 +1,7 @@ # Kubo changelog v0.34 - [v0.34.0](#v0340) +- [v0.34.1](#v0341) ## v0.34.0 @@ -438,3 +439,17 @@ Use [`Reprovider.Strategy`](https://github.com/ipfs/kubo/blob/master/docs/config | Rod Vagg | 1 | +1/-1 | 1 | | Ian Davis | 1 | +1/-1 | 1 | | Fabio Bozzo | 1 | +1/-1 | 1 | + +## v0.34.1 + +- [Overview](#overview) +- [🔦 Highlights](#-highlights) + - [📦️ Important dependency updates](#-important-dependency-updates) + +### Overview + +### 🔦 Highlights + +#### 📦️ Important dependency updates + +- update `quic-go` to [v0.50.1](https://github.com/quic-go/quic-go/releases/tag/v0.50.1) diff --git a/version.go b/version.go index bf8edfa35..eafff69f3 100644 --- a/version.go +++ b/version.go @@ -11,7 +11,7 @@ import ( var CurrentCommit string // CurrentVersionNumber is the current application's version literal. -const CurrentVersionNumber = "0.34.0" +const CurrentVersionNumber = "0.34.1" const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint