Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- Added the ability to run without a user Lua-code.

### Changed

### Fixed

## 1.7.0 - 2025-09-17

This release improves flexibility of configuration and fixes role handling issues.

### Added

- Added the ability to run without a user Lua-code.

### Fixed

- Fix `is_master_only` option. Now it runs on master correctly.
- Fixed restrictions on the order of role enable.

Expand Down
2 changes: 1 addition & 1 deletion expirationd/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Сontains the module version.
-- Requires manual update in case of release commit.

return '1.6.0'
return '1.7.0'
Loading