diff --git a/CHANGELOG.md b/CHANGELOG.md index 2915c54..2b90567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/expirationd/version.lua b/expirationd/version.lua index 8c84ab4..1eb49f9 100644 --- a/expirationd/version.lua +++ b/expirationd/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.6.0' +return '1.7.0'