Skip to content

Commit

Permalink
Bump version to 1.9.5 (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao authored Jun 8, 2024
1 parent 0a889e9 commit 8bdb9b2
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CMAKE_DEPENDENT_OPTION(USE_SPDLOG "Allow using the spdlog logging library" OFF "

set(DROGON_MAJOR_VERSION 1)
set(DROGON_MINOR_VERSION 9)
set(DROGON_PATCH_VERSION 4)
set(DROGON_PATCH_VERSION 5)
set(DROGON_VERSION
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
set(DROGON_VERSION_STRING "${DROGON_VERSION}")
Expand Down
32 changes: 31 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.9.5] - 2024-06-08

### API changes list

- Fix an error in the yaml format config file.

- Support postgresql connection options.

- Add regex support for websocket controller.

- Add the registerMiddleware method.

### Changed

- Add the conan badge to readme files.

- Install gcc in ci.

- Intention to present an alternative to improve the performance of a method in models.

### Fixed

- Fix an error in the yaml format config file.

- Fix CI on Windows.

- Fix some spelling errors.

## [1.9.4] - 2024-05-04

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

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

[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.4...HEAD
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.5...HEAD

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

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

Expand Down

0 comments on commit 8bdb9b2

Please sign in to comment.