From 139d2db02b324be02430a18dfe93fe822b141b4d Mon Sep 17 00:00:00 2001 From: antao Date: Wed, 6 Nov 2019 13:38:23 +0800 Subject: [PATCH] Update drogon version to v1.0.0-beta11 --- CMakeLists.txt | 2 +- ChangeLog.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e70b35f4e6..2c544e4da6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(DROGON_MINOR_VERSION 0) set(DROGON_PATCH_VERSION 0) set(DROGON_VERSION ${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION}) -set(PRE_RELEASE_STRING "beta10") +set(PRE_RELEASE_STRING "beta11") # Offer the user the choice of overriding the installation directories set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries") diff --git a/ChangeLog.md b/ChangeLog.md index b2a3e7804e..453580cb6d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.0.0-beta11] - 2019-11-06 + +### Changed + +- Delete useless log output + ## [1.0.0-beta10] - 2019-11-04 ### API change list @@ -222,7 +228,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.0.0-beta10...HEAD +[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta11...HEAD + +[1.0.0-beta11]: https://github.com/an-tao/drogon/compare/v1.0.0-beta10...v1.0.0-beta11 [1.0.0-beta10]: https://github.com/an-tao/drogon/compare/v1.0.0-beta9...v1.0.0-beta10