Skip to content

Commit 4a4598e

Browse files
committed
release 1.7.0
1 parent a1adfd1 commit 4a4598e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
- Added the ability to run without a user Lua-code.
13-
1412
### Changed
1513

1614
### Fixed
1715

16+
## 1.7.0 - 2025-09-17
17+
18+
### Added
19+
20+
- Added the ability to run without a user Lua-code.
21+
22+
### Fixed
23+
1824
- Fix `is_master_only` option. Now it runs on master correctly.
1925
- Fixed restrictions on the order of role enable.
2026

expirationd/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.6.0'
4+
return '1.7.0'

0 commit comments

Comments
 (0)