diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d0448..6034d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +### Changed + +### Fixed + +## 1.6.0 - 2024-03-25 + +The release introduces a role for Tarantool 3.0. + +### Added + - Tarantool 3.0 role for expirationd (#160). ### Changed @@ -16,11 +26,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Updated the 'space_index_test.lua' to drop and recreate the test space atomically. This prevents the space access failure in the expirationd task fiber if the `space:drop` function is transactional (#157). -- Updated version of `luatest` in `make deps` to 1.0.1 to support tarantool 3.0 +- Updated version of `luatest` in `make deps` to 1.0.1 to support Tarantool 3.0 role tests (#160). -### Fixed - ## 1.5.0 - 2023-08-23 The release adds an ability to use functions from `box.func` with the Tarantool diff --git a/expirationd/version.lua b/expirationd/version.lua index 53a8043..8c84ab4 100644 --- a/expirationd/version.lua +++ b/expirationd/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.5.0' +return '1.6.0'