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'