Skip to content

Commit

Permalink
Bump version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed Nov 27, 2023
1 parent 6b20a9f commit 6370461
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CMAKE_DEPENDENT_OPTION(BUILD_REDIS "Build with redis support" ON "BUILD_ORM" OFF

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

## [Unreleased]

## [1.9.1] - 2023-11-27

### API changes list

- Pass HttpRequestPtr to custom error handlers.

- Provide some functions for incrementing the value of given columns.

- Return HttpAppFramework by setExceptionHandler.

### Changed

- Custom sessions.

- Use the constexpr if instead of std::enable_if.

- Make id generator consistent.

- Update test_cmake.csp.

- Simplify drogon test with c++17.

- Remove unused and undefined overloads of isBase64.

### Fixed

- Fix build due to trantor commit out of date and address warnings.

- Fix a bug of the GlobalFilters plugin.

- Fix: uuid formatting.

## [1.9.0] - 2023-10-29

### API changes list
Expand Down Expand Up @@ -1493,7 +1525,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.0...HEAD
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.1...HEAD

[1.9.1]: https://github.com/an-tao/drogon/compare/v1.9.0...v1.9.1

[1.9.0]: https://github.com/an-tao/drogon/compare/v1.9.0-rc.1...v1.9.0

Expand Down
2 changes: 1 addition & 1 deletion trantor

0 comments on commit 6370461

Please sign in to comment.