We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399dd7d commit df24f17Copy full SHA for df24f17
CHANGELOG.md
@@ -7,9 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+### Changed
13
14
+### Fixed
15
16
+## [1.4.1] - 2024-05-21
17
18
+The release fixes too long release time by a `ttr` value or a `delay` timeout.
19
20
### Fixed
21
-- Too long timings in the `utubettl` driver (#223)
22
+- Too long timings in the `utubettl` driver (#223).
23
24
## [1.4.0] - 2024-05-20
25
queue/version.lua
@@ -1,4 +1,4 @@
1
-- Сontains the module version.
2
-- Requires manual update in case of release commit.
3
4
-return '1.4.0'
+return '1.4.1'
0 commit comments