We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d5d77 commit 5ea946dCopy full SHA for 5ea946d
CHANGELOG.md
@@ -6,12 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
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
20
### Added
21
22
- `log_requests` option into `roles.httpd`.
23
-### Changed
-
24
### Fixed
25
26
- Removing the server if it is not in use (#212).
http/version.lua
@@ -1,4 +1,4 @@
1
-- Сontains the module version.
2
-- Requires manual update in case of release commit.
3
4
-return '1.7.0'
+return '1.8.0'
0 commit comments