Skip to content

Commit

Permalink
Bump version to 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed Sep 24, 2023
1 parent 1eb2354 commit 6cd3d18
Show file tree
Hide file tree
Showing 3 changed files with 11 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 8)
set(DROGON_PATCH_VERSION 6)
set(DROGON_PATCH_VERSION 7)
set(DROGON_VERSION
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
set(DROGON_VERSION_STRING "${DROGON_VERSION}")
Expand Down
10 changes: 9 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.8.7] - 2023-09-24

### Fixed

- Fix compatibility issue with c++14.

## [1.8.6] - 2023-08-23

### Changed
Expand Down Expand Up @@ -1420,7 +1426,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.8.6...HEAD
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.8.7...cpp14

[1.8.7]: https://github.com/an-tao/drogon/compare/v1.8.6...v1.8.7

[1.8.6]: https://github.com/an-tao/drogon/compare/v1.8.5...v1.8.6

Expand Down
2 changes: 1 addition & 1 deletion trantor
Submodule trantor updated 2 files
+1 −1 CMakeLists.txt
+15 −1 ChangeLog.md

0 comments on commit 6cd3d18

Please sign in to comment.