From a5df8c62f6a8cd3e974710a11e1931997431976f Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Wed, 12 Feb 2020 15:04:42 +0000 Subject: [PATCH] release: kick off 1.12.3 stable release. Signed-off-by: Piotr Sikora --- VERSION | 2 +- docs/root/intro/version_history.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6b89d58f861a7..884ab35c71242 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.2 +1.12.3-dev diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 3f8ec4b70ff7a..da113bf76be56 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -1,6 +1,9 @@ Version history --------------- +1.12.3 (Pending) +================ + 1.12.2 (December 10, 2019) ========================== * http: fixed CVE-2019-18801 by allocating sufficient memory for request headers.