diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d683e..f95f09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +### Changed + +### Fixed + +## [1.5.0] - 2026-07-07 + +This release introduces tube-level grants for roles (supported by all default +tube drivers). It also fixes `ERR_READONLY` errors on the previous leader +when `on_disconnect` triggers run after a leadership change. + +### Added + - Ability to grant tubes to roles. All default tube drivers are supported (#249). Example: `queue.tube.my_tube:grant_role('queue_worker', {call = true})` -### Changed - ### Fixed - `ERR_READONLY` errors on previous leader after leader change in cluster diff --git a/queue/version.lua b/queue/version.lua index 3ef2a2f..53a8043 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.4' +return '1.5.0'