diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a620475c..0289fbc79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog -## 0.10.3-0.7.0 (upcoming) +## 0.7.0 (upcoming) * [PLT-2590] Bump Capsule upstream version to v0.10.3 +* [PLT-3777] Feature: Adaptate to Semantic Versioning + +* Capsule upstream version: 0.10.3 ## 0.3.3-0.6.0 (2023-10-30) diff --git a/Jenkinsfile b/Jenkinsfile index a16fd4a9a..5c4572761 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ hose { UPSTREAM_VERSION = '0.10.3' DEPLOYONPRS = true GRYPE_TEST = true + VERSIONING_TYPE = "semver" DEV = { config -> doDocker(conf:config, image:'capsule')