Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion http/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Сontains the module version.
-- Requires manual update in case of release commit.

return '1.6.0'
return '1.7.0'
Loading