diff --git a/CMakeLists.txt b/CMakeLists.txt index 32023c40..5719c1c4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,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 "beta12") +set(PRE_RELEASE_STRING "beta13") # 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 18f17c8e..984b2782 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.0.0-beta13] - 2020-01-04 + +### API change list + +- None + +### Changed + +- Add some unit tests (based on gtest) + +- Add a reverse proxy example + +- Make a patch to support the ossp UUID library + +- Make shared linking possible + +- Add the drogon::OStringStream class + +- Optimize ORM + +- Modify singleton logic of DrClassMap + +### Fixed + +- Fix an error in the batch mode of libpq + +- Fix an error when clients use HTTP1.0 + ## [1.0.0-beta12] - 2019-11-30 ### Changed @@ -248,7 +276,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-beta12...HEAD +[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta13...HEAD + +[1.0.0-beta13]: https://github.com/an-tao/drogon/compare/v1.0.0-beta12...v1.0.0-beta13 [1.0.0-beta12]: https://github.com/an-tao/drogon/compare/v1.0.0-beta11...v1.0.0-beta12