Skip to content

Commit 2cca84f

Browse files
committed
v2.2.2
1 parent b18e657 commit 2cca84f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.2.2 [2026-03-31]
2+
_Dependencies_
3+
- Upgrade `google.golang.org/grpc` to `v1.79.3` to address `CVE-2026-33186`.
4+
- Upgrade `go.opentelemetry.io/otel/sdk` to `v1.40.0` to address `CVE-2026-24051`.
5+
- Upgrade `github.com/go-git/go-git/v5` to `v5.17.1` to address `CVE-2026-34165` and `CVE-2026-33762`.
6+
17
## v2.2.1 [2026-03-30]
28
_Dependencies_
39
- Update Go version to `1.26.1` to address vulnerability in `1.26`.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// The main version number that is being run at the moment.
14-
var fdwVersion = "2.2.0"
14+
var fdwVersion = "2.2.2"
1515

1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)