Skip to content

Commit e786907

Browse files
committed
Bump version to 1.9.6
1 parent 5d4523a commit e786907

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CMAKE_DEPENDENT_OPTION(USE_SPDLOG "Allow using the spdlog logging library" OFF "
2424

2525
set(DROGON_MAJOR_VERSION 1)
2626
set(DROGON_MINOR_VERSION 9)
27-
set(DROGON_PATCH_VERSION 5)
27+
set(DROGON_PATCH_VERSION 6)
2828
set(DROGON_VERSION
2929
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
3030
set(DROGON_VERSION_STRING "${DROGON_VERSION}")

ChangeLog.md

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

55
## [Unreleased]
66

7+
## [1.9.6] - 2024-07-20
8+
9+
### API changes list
10+
11+
- Add setsockopt to HttpServer.
12+
13+
- Support request stream.
14+
15+
### Changed
16+
17+
- Allow MultiPartParser to parse PATCH requests.
18+
19+
- Add an example of prometheus.
20+
21+
- Delay parsing json for HttpClient.
22+
23+
- Update README.md.
24+
25+
### Fixed
26+
27+
- Fix some compilation warnings.
28+
29+
- Fix typo in yaml config.
30+
731
## [1.9.5] - 2024-06-08
832

933
### API changes list
@@ -1673,7 +1697,9 @@ All notable changes to this project will be documented in this file.
16731697

16741698
## [1.0.0-beta1] - 2019-06-11
16751699

1676-
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.5...HEAD
1700+
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.6...HEAD
1701+
1702+
[1.9.6]: https://github.com/an-tao/drogon/compare/v1.9.5...v1.9.6
16771703

16781704
[1.9.5]: https://github.com/an-tao/drogon/compare/v1.9.4...v1.9.5
16791705

trantor

0 commit comments

Comments
 (0)