diff --git a/CHANGELOG.md b/CHANGELOG.md index a59c94f..4e1bf5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added -- SSL support (#35). -- SSL support into roles (#199). - ### Changed ### Fixed +## [1.7.0] - 2024-11-15 + +The release introduces a TLS support. + +### Added + +- SSL support (#35). +- SSL support into roles (#199). + ## [1.6.0] - 2024-09-13 The release introduces a role for Tarantool 3. diff --git a/http/version.lua b/http/version.lua index 8c84ab4..1eb49f9 100644 --- a/http/version.lua +++ b/http/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.6.0' +return '1.7.0'