mirror of
https://github.com/drogonframework/drogon.git
synced 2025-08-29 00:02:44 -04:00
Bump version to 1.4.1
This commit is contained in:
parent
e28b9aa59c
commit
5dc02c3476
@ -23,7 +23,7 @@ option(BUILD_DROGON_SHARED "Build drogon as a shared lib" OFF)
|
||||
|
||||
set(DROGON_MAJOR_VERSION 1)
|
||||
set(DROGON_MINOR_VERSION 4)
|
||||
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}")
|
||||
|
10
ChangeLog.md
10
ChangeLog.md
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.4.1] - 2021-03-07
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix a bug of DbClientImpl class that can lead to a crash when database connections are breaking.
|
||||
|
||||
## [1.4.0] - 2021-03-05
|
||||
|
||||
### API change list
|
||||
@ -654,7 +660,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.4.0...HEAD
|
||||
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.4.1...HEAD
|
||||
|
||||
[1.4.1]: https://github.com/an-tao/drogon/compare/v1.4.0...v1.4.1
|
||||
|
||||
[1.4.0]: https://github.com/an-tao/drogon/compare/v1.3.0...v1.4.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user