Skip to content
Snippets Groups Projects
Verified Commit a4fb099e authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: prepare release

parent 1a25e89f
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### ### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
## [4.0.0] - 2021-02-10 ##
### Added ###
* Added a `_get_head_iversion` for non-api usage. * Added a `_get_head_iversion` for non-api usage.
* Automated documentation builds: `make doc` * Automated documentation builds: `make doc`
...@@ -65,7 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -65,7 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security ### ### Security ###
## 3.0.0 (2020-09-01) ## ## [3.0.0] - 2020-09-01 ##
### Added ### ### Added ###
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# ** end header # ** end header
# #
# Update mysql schema to version v4.0.0-rc1 # Update mysql schema to version v4.0.0-rc1
NEW_VERSION="v4.0.0-rc2" NEW_VERSION="v4.0.0"
OLD_VERSION="v4.0.0-rc1" OLD_VERSION="v4.0.0-rc1"
if [ -z "$UTILSPATH" ]; then if [ -z "$UTILSPATH" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment