Skip to content

Commit 00b9526

Browse files
committed
Release 1.9.0
1 parent 71303dd commit 00b9526

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## Added
9+
### Added
1010

11-
- `ssl_verify_client` option (#207).
11+
### Changed
12+
13+
### Fixed
14+
15+
## [1.9.0] - 2025-11-12
1216

13-
## Changed
17+
The release introduces a new `ssl_verify_client` option and changes default
18+
behavior with provided `ca_file` param. Also a few bugs were fixed.
1419

15-
## Fixed
20+
### Added
21+
22+
- `ssl_verify_client` option (#207).
23+
24+
### Fixed
1625

1726
- Do not recreate server if it's address and port were not changed (#219).
1827
- Server doesn't change after updating parameters on config reload (#216).

http/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.8.0'
4+
return '1.9.0'

0 commit comments

Comments
 (0)