From 2497e6ac654d0b117b9534aa735b757c6b11c84f Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Tue, 1 Jun 2021 20:25:33 -0300 Subject: [PATCH] Version increment --- CHANGES | 4 ++-- src/ngx_http_modsecurity_common.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 3af6980..560c589 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -v1.0.x - YYYY-MMM-DD (To be released) -------------------------------------- +v1.0.2 - 2021-Jun-02 +-------------------- - Fix auditlog in case of internal redirect [Issue #90 - @AirisX, @defanator] diff --git a/src/ngx_http_modsecurity_common.h b/src/ngx_http_modsecurity_common.h index 727e18a..60218c4 100644 --- a/src/ngx_http_modsecurity_common.h +++ b/src/ngx_http_modsecurity_common.h @@ -56,7 +56,7 @@ #define MODSECURITY_NGINX_MAJOR "1" #define MODSECURITY_NGINX_MINOR "0" -#define MODSECURITY_NGINX_PATCHLEVEL "1" +#define MODSECURITY_NGINX_PATCHLEVEL "2" #define MODSECURITY_NGINX_TAG "" #define MODSECURITY_NGINX_TAG_NUM "100"