From 0117c4be23f18f243a96e9ef8716373d4bcdb049 Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 10 Aug 2026 15:14:58 +0300 Subject: [PATCH] Release 1.9.1 --- CHANGELOG.md | 4 ++++ http/version.lua | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 537634d..3e2fc8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed +## [1.9.1] - 2026-08-10 + +The release contains infrastructure fixes and does not change the module behavior. + ## [1.9.0] - 2025-11-12 The release introduces a new `ssl_verify_client` option and changes default diff --git a/http/version.lua b/http/version.lua index d604410..380aa8f 100644 --- a/http/version.lua +++ b/http/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.9.0' +return '1.9.1'