diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1de87..2f001c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Update Tarantool dependency to `>=3.0.2` (#25). + ### Changed ## 0.2.0 - 2024-10-02 diff --git a/metrics-export-role-scm-1.rockspec b/metrics-export-role-scm-1.rockspec index d1b1729..0d7a52f 100644 --- a/metrics-export-role-scm-1.rockspec +++ b/metrics-export-role-scm-1.rockspec @@ -15,7 +15,7 @@ description = { dependencies = { "lua >= 5.1", - "tarantool >= 3.0", + "tarantool >= 3.0.2", "http >= 1.5.0", }