Skip to content

Commit 5ea946d

Browse files
committed
Release 1.8.0
1 parent 87d5d77 commit 5ea946d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## Added
10+
11+
## Changed
12+
13+
## Fixed
14+
15+
## [1.8.0] - 2025-07-07
16+
17+
The release introduces a new log level configuration option in `httpd` role
18+
and several bug fixes.
19+
920
### Added
1021

1122
- `log_requests` option into `roles.httpd`.
1223

13-
### Changed
14-
1524
### Fixed
1625

1726
- Removing the server if it is not in use (#212).

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.7.0'
4+
return '1.8.0'

0 commit comments

Comments
 (0)