From 3bfd1e2519695da32816f19953182118d9b63626 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Sat, 10 Aug 2024 17:23:29 +0300 Subject: [PATCH] Release 1.4.2 --- CHANGELOG.md | 8 ++++++++ queue/version.lua | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc9310..bcdebe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed +## [1.4.2] - 2024-08-10 + +The release re-publish packages. + +### Fixed + +- Package publishing. + ## [1.4.1] - 2024-05-21 The release fixes too long release time by a `ttr` value or a `delay` timeout. diff --git a/queue/version.lua b/queue/version.lua index 5dc0119..f382a9f 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.1' +return '1.4.2'