diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md
index ffbeb638172..992da0f9a5e 100644
--- a/CHANGELOG/CHANGELOG-3.4.md
+++ b/CHANGELOG/CHANGELOG-3.4.md
@@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
## v3.4.34 (TBD)
+### Dependencies
+- Compile binaries using go [1.21.12](https://github.com/etcd-io/etcd/pull/18272).
+
## v3.4.33 (2024-06-13)
diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md
index b1273ccb922..6852462d77f 100644
--- a/CHANGELOG/CHANGELOG-3.5.md
+++ b/CHANGELOG/CHANGELOG-3.5.md
@@ -11,7 +11,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
- Add [Support multiple values for allowed client and peer TLS identities](https://github.com/etcd-io/etcd/pull/18160)
### Dependencies
-- Compile binaries using [go 1.21.11](https://github.com/etcd-io/etcd/pull/18129).
+- Compile binaries using [go 1.21.12](https://github.com/etcd-io/etcd/pull/18271).
- [Fully address CVE-2023-45288 and fix govulncheck CI check](https://github.com/etcd-io/etcd/pull/18170)
## v3.5.14 (2024-05-29)