From 74e102146f50cfc92583353d005c0bd4ee611aee Mon Sep 17 00:00:00 2001 From: Alex Vakhov Date: Wed, 17 Sep 2025 11:47:17 +0500 Subject: [PATCH] release 1.7.0 --- CHANGELOG.md | 12 ++++++++++-- expirationd/version.lua | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) 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'