We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8099eb1 commit 02f393bCopy full SHA for 02f393b
CHANGELOG.md
@@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
9
### Added
10
11
-- SSL support (#35).
12
-- SSL support into roles (#199).
13
-
14
### Changed
15
16
### Fixed
17
+## [1.7.0] - 2024-11-14
+
+The release introduces a TLS support.
18
19
+### Added
20
21
+- SSL support (#35).
22
+- SSL support into roles (#199).
23
24
## [1.6.0] - 2024-09-13
25
26
The release introduces a role for Tarantool 3.
http/version.lua
@@ -1,4 +1,4 @@
1
-- Сontains the module version.
2
-- Requires manual update in case of release commit.
3
4
-return '1.6.0'
+return '1.7.0'
0 commit comments