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 a1adfd1 commit 4a4598eCopy full SHA for 4a4598e
CHANGELOG.md
@@ -9,12 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
### Added
11
12
-- Added the ability to run without a user Lua-code.
13
-
14
### Changed
15
16
### Fixed
17
+## 1.7.0 - 2025-09-17
+
18
+### Added
19
20
+- Added the ability to run without a user Lua-code.
21
22
+### Fixed
23
24
- Fix `is_master_only` option. Now it runs on master correctly.
25
- Fixed restrictions on the order of role enable.
26
expirationd/version.lua
@@ -1,4 +1,4 @@
1
-- Сontains the module version.
2
-- Requires manual update in case of release commit.
3
4
-return '1.6.0'
+return '1.7.0'
0 commit comments