From 097e9d8c75a89dd289b18240674ba4a63bbc6bb5 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Tue, 21 May 2024 13:32:48 +0300 Subject: [PATCH] Release 1.4.1 --- CHANGELOG.md | 12 +++++++++++- queue/version.lua | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3833cb0..fbc9310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +### Changed + +### Fixed + +## [1.4.1] - 2024-05-21 + +The release fixes too long release time by a `ttr` value or a `delay` timeout. + ### Fixed -- Too long timings in the `utubettl` driver (#223) +- Too long timings in the `utubettl` driver (#223). ## [1.4.0] - 2024-05-20 diff --git a/queue/version.lua b/queue/version.lua index 0534705..5dc0119 100644 --- a/queue/version.lua +++ b/queue/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.4.0' +return '1.4.1'