Skip to content

Commit 02f393b

Browse files
committed
Release 1.7.0
1 parent 8099eb1 commit 02f393b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
### Added
1010

11-
- SSL support (#35).
12-
- SSL support into roles (#199).
13-
1411
### Changed
1512

1613
### Fixed
1714

15+
## [1.7.0] - 2024-11-14
16+
17+
The release introduces a TLS support.
18+
19+
### Added
20+
21+
- SSL support (#35).
22+
- SSL support into roles (#199).
23+
1824
## [1.6.0] - 2024-09-13
1925

2026
The release introduces a role for Tarantool 3.

http/version.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.6.0'
4+
return '1.7.0'

0 commit comments

Comments
 (0)