diff --git a/CHANGELOG b/CHANGELOG index fb8bef5..2a2a238 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2020-06-17 + - 2.12.7 + - [BUGFIX] Early data: call new BoringSSL function to set context. + 2020-06-15 - 2.12.6 - [BUGFIX] Crash: check decrypt context before using it. This regression diff --git a/docs/conf.py b/docs/conf.py index ac53ad1..0e9cf58 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies' # The short X.Y version version = u'2.12' # The full version, including alpha/beta/rc tags -release = u'2.12.6' +release = u'2.12.7' # -- General configuration --------------------------------------------------- diff --git a/include/lsquic.h b/include/lsquic.h index 05db7fc..4a58ff8 100644 --- a/include/lsquic.h +++ b/include/lsquic.h @@ -25,7 +25,7 @@ extern "C" { #define LSQUIC_MAJOR_VERSION 2 #define LSQUIC_MINOR_VERSION 12 -#define LSQUIC_PATCH_VERSION 6 +#define LSQUIC_PATCH_VERSION 7 /** * Engine flags: