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 2aa8c92 commit f640256Copy full SHA for f640256
CHANGELOG.md
@@ -5,14 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
-## Unreleased
+## 1.7.0 - 2025-09-12
9
10
### Added
11
12
- Added the ability to run without a user Lua-code.
13
14
-### Changed
15
-
16
### Fixed
17
18
- Fix `is_master_only` option. Now it runs on master correctly.
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