Skip to content

Commit 8bdb9b2

Browse files
authored
Bump version to 1.9.5 (#2057)
1 parent 0a889e9 commit 8bdb9b2

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

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 4)
27+
set(DROGON_PATCH_VERSION 5)
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: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.9.5] - 2024-06-08
8+
9+
### API changes list
10+
11+
- Fix an error in the yaml format config file.
12+
13+
- Support postgresql connection options.
14+
15+
- Add regex support for websocket controller.
16+
17+
- Add the registerMiddleware method.
18+
19+
### Changed
20+
21+
- Add the conan badge to readme files.
22+
23+
- Install gcc in ci.
24+
25+
- Intention to present an alternative to improve the performance of a method in models.
26+
27+
### Fixed
28+
29+
- Fix an error in the yaml format config file.
30+
31+
- Fix CI on Windows.
32+
33+
- Fix some spelling errors.
34+
735
## [1.9.4] - 2024-05-04
836

937
### API changes list
@@ -1645,7 +1673,9 @@ All notable changes to this project will be documented in this file.
16451673

16461674
## [1.0.0-beta1] - 2019-06-11
16471675

1648-
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.4...HEAD
1676+
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.5...HEAD
1677+
1678+
[1.9.5]: https://github.com/an-tao/drogon/compare/v1.9.4...v1.9.5
16491679

16501680
[1.9.4]: https://github.com/an-tao/drogon/compare/v1.9.3...v1.9.4
16511681

0 commit comments

Comments
 (0)