diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 4a0d66010..f6a604728 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -9,7 +9,7 @@ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.
-## v3.4.14 (2020 TBD) +## v3.4.14 (2020-11-25) See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.13...v3.4.14) and [v3.4 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_4.md) for any breaking changes. @@ -31,6 +31,9 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.13...v3.4.14) an - Implement [input validation to prevent arbitrary shell invocation](https://github.com/etcd-io/etcd/pull/12491). +### Go + +- Compile with [*Go 1.12.17*](https://golang.org/doc/devel/release.html#go1.12).
@@ -44,6 +47,13 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.12...v3.4.13) an - A [log warning](https://github.com/etcd-io/etcd/pull/12242) is added when etcd use any existing directory that has a permission different than 700 on Linux and 777 on Windows. +### Go + +- Compile with [*Go 1.12.17*](https://golang.org/doc/devel/release.html#go1.12). + + +
+ ## [v3.4.12](https://github.com/etcd-io/etcd/releases/tag/v3.4.12) (2020-08-19)