From a4fb099e42cfff0eb7150d8111efa67b3f2163a2 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 10 Feb 2021 21:27:09 +0100 Subject: [PATCH] REL: prepare release --- CHANGELOG.md | 16 +++++++++++++++- patches/patch20201124-4.0.0-rc2/patch.sh | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 399dbc8..9d6c6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### +### Changed ### + +### Deprecated ### + +### Removed ### + +### Fixed ### + +### Security ### + +## [4.0.0] - 2021-02-10 ## + +### Added ### + * Added a `_get_head_iversion` for non-api usage. * Automated documentation builds: `make doc` @@ -65,7 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security ### -## 3.0.0 (2020-09-01) ## +## [3.0.0] - 2020-09-01 ## ### Added ### diff --git a/patches/patch20201124-4.0.0-rc2/patch.sh b/patches/patch20201124-4.0.0-rc2/patch.sh index 5dab932..d833ec3 100755 --- a/patches/patch20201124-4.0.0-rc2/patch.sh +++ b/patches/patch20201124-4.0.0-rc2/patch.sh @@ -24,7 +24,7 @@ # ** end header # # 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" if [ -z "$UTILSPATH" ]; then -- GitLab