diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index fc634a991..c8768b664 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -4,13 +4,14 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
-## v3.4.30 (tbd) +## v3.4.30 (2024-01-31) ### etcd server - Fix [nil pointer panicking due to using the wrong log library](https://github.com/etcd-io/etcd/pull/17270) ### Dependencies - Compile binaries using go [1.20.13](https://github.com/etcd-io/etcd/pull/17276). +- Upgrade [golang.org/x/crypto to v0.17+ to address CVE-2023-48795](https://github.com/etcd-io/etcd/pull/17347).