diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 6dd50c4a471..97c99f19b88 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -13,6 +13,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ### Dependencies - Compile binaries using [go 1.25.13](https://github.com/etcd-io/etcd/pull/22285). +- Bump [github.com/gorilla/websocket to v1.5.3](https://github.com/etcd-io/etcd/pull/22366), to address GHSA-w67g-5rqw-f597. --- diff --git a/CHANGELOG/CHANGELOG-3.6.md b/CHANGELOG/CHANGELOG-3.6.md index c7fc1497cf7..c55d131dc69 100644 --- a/CHANGELOG/CHANGELOG-3.6.md +++ b/CHANGELOG/CHANGELOG-3.6.md @@ -13,6 +13,8 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/ ### Dependencies - Compile binaries using [go 1.25.13](https://github.com/etcd-io/etcd/pull/22286). +- Bump [golang.org/x/text to v0.39.0](https://github.com/etcd-io/etcd/pull/22365), to address CVE-2026-56852. +- Bump [github.com/gorilla/websocket to v1.5.3], to address GHSA-w67g-5rqw-f597. ---