Skip to content

Commit dd133c7

Browse files
committed
Bump version to 1.5.14
1 parent 2c972db commit dd133c7

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
1010

1111
set(TRANTOR_MAJOR_VERSION 1)
1212
set(TRANTOR_MINOR_VERSION 5)
13-
set(TRANTOR_PATCH_VERSION 13)
13+
set(TRANTOR_PATCH_VERSION 14)
1414
set(TRANTOR_VERSION
1515
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1616

ChangeLog.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.5.14] - 2023-09-19
8+
9+
### [Fixed]
10+
11+
- Fix OpenSSL: read can be incomplete.
12+
13+
- Fix botan provider.
14+
15+
- Fix botan3 not triggering handshake finish event.
16+
17+
- Fix an compilation error when no STL lib is found.
18+
719
## [1.5.13] - 2023-08-23
820

921
### Fixed
@@ -574,7 +586,9 @@ All notable changes to this project will be documented in this file.
574586

575587
## [1.0.0-rc1] - 2019-06-11
576588

577-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.13...HEAD
589+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.14...HEAD
590+
591+
[1.5.14]: https://github.com/an-tao/trantor/compare/v1.5.13...v1.5.14
578592

579593
[1.5.13]: https://github.com/an-tao/trantor/compare/v1.5.12...v1.5.13
580594

0 commit comments

Comments
 (0)