diff --git a/CHANGELOG b/CHANGELOG index 18eaa937e..51931f2ad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2021-04-20 + - 2.30.2 + - Update ls-hpack to 2.3.0 to address dynamic table size limit (issue #260). + 2021-04-16 - 2.30.1 - Fixed an unintialized data member for handling pushed headers. diff --git a/docs/conf.py b/docs/conf.py index be6b281d3..8641e4f43 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = u'2.30' # The full version, including alpha/beta/rc tags -release = u'2.30.1' +release = u'2.30.2' # -- General configuration --------------------------------------------------- diff --git a/include/lsquic.h b/include/lsquic.h index 8f90315dc..32ea94f82 100644 --- a/include/lsquic.h +++ b/include/lsquic.h @@ -25,7 +25,7 @@ extern "C" { #define LSQUIC_MAJOR_VERSION 2 #define LSQUIC_MINOR_VERSION 30 -#define LSQUIC_PATCH_VERSION 1 +#define LSQUIC_PATCH_VERSION 2 /** * Engine flags: