From 481b5fbf47a7db5c504c64a688b4f8a5fc765a45 Mon Sep 17 00:00:00 2001 From: Leonid Vasiliev Date: Thu, 24 Aug 2023 15:55:56 +0300 Subject: [PATCH] Release 1.3.2 --- CHANGELOG.md | 2 +- queue/version.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c7a13..8d78ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased +## [1.3.2] - 2023-08-24 ### Fixed diff --git a/queue/version.lua b/queue/version.lua index dcf4cad..15537d7 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.3.1' +return '1.3.2'