Skip to content

Commit 139d2db

Browse files
committed
Update drogon version to v1.0.0-beta11
1 parent 944d1e7 commit 139d2db

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(DROGON_MINOR_VERSION 0)
1515
set(DROGON_PATCH_VERSION 0)
1616
set(DROGON_VERSION
1717
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
18-
set(PRE_RELEASE_STRING "beta10")
18+
set(PRE_RELEASE_STRING "beta11")
1919

2020
# Offer the user the choice of overriding the installation directories
2121
set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries")

ChangeLog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.0.0-beta11] - 2019-11-06
8+
9+
### Changed
10+
11+
- Delete useless log output
12+
713
## [1.0.0-beta10] - 2019-11-04
814

915
### API change list
@@ -222,7 +228,9 @@ All notable changes to this project will be documented in this file.
222228

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

225-
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta10...HEAD
231+
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta11...HEAD
232+
233+
[1.0.0-beta11]: https://github.com/an-tao/drogon/compare/v1.0.0-beta10...v1.0.0-beta11
226234

227235
[1.0.0-beta10]: https://github.com/an-tao/drogon/compare/v1.0.0-beta9...v1.0.0-beta10
228236

0 commit comments

Comments
 (0)