Bump version to 1.7.1
This commit is contained in:
parent
b8d820fc2a
commit
dbb51c1e6a
|
@ -27,7 +27,7 @@ CMAKE_DEPENDENT_OPTION(BUILD_REDIS "Build with redis support" ON "BUILD_ORM" OFF
|
|||
|
||||
set(DROGON_MAJOR_VERSION 1)
|
||||
set(DROGON_MINOR_VERSION 7)
|
||||
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}")
|
||||
|
|
18
ChangeLog.md
18
ChangeLog.md
|
@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.7.1] - 2021-06-24
|
||||
|
||||
### Changes
|
||||
|
||||
- Updated Dockerfile to Ubuntu 20.04 & Fixed Timezone Hangup.
|
||||
|
||||
- Add jsonstore example.
|
||||
|
||||
- Fix some typos.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix single layer directory traversal in StaticFileRouter.
|
||||
|
||||
## [1.7.0] - 2021-06-18
|
||||
|
||||
### API changes list
|
||||
|
@ -822,7 +836,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.7.0...HEAD
|
||||
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.7.1...HEAD
|
||||
|
||||
[1.7.1]: https://github.com/an-tao/drogon/compare/v1.7.0...v1.7.1
|
||||
|
||||
[1.7.0]: https://github.com/an-tao/drogon/compare/v1.6.0...v1.7.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue