Skip to content

Commit df24f17

Browse files
committed
Release 1.4.1
1 parent 399dd7d commit df24f17

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

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+
1020
### Fixed
1121

12-
- Too long timings in the `utubettl` driver (#223)
22+
- Too long timings in the `utubettl` driver (#223).
1323

1424
## [1.4.0] - 2024-05-20
1525

queue/version.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.4.0'
4+
return '1.4.1'

0 commit comments

Comments
 (0)