Skip to content

Commit 0fdd08e

Browse files
Release/7.2.0
Release/7.2.0
2 parents b4a401f + 8c9583e commit 0fdd08e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [[7.2.0]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v7.2.0) 2022-11-29
6+
7+
* Increments of jenkins-library up to version 2.2.3. Enable SonarCloud analyses on branches and Pull Requests.
8+
* Update `iexec-common` version to [6.1.0](https://github.com/iExecBlockchainComputing/iexec-common/releases/tag/v6.1.0).
9+
10+
## [[7.1.3]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v7.1.3) 2022-11-29
11+
12+
* Bump version to 7.1.3.
13+
514
## [[7.1.2]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v7.1.2) 2022-11-29
615

716
* Update README and add CHANGELOG.

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Library('global-jenkins-library@2.1.4') _
1+
@Library('global-jenkins-library@2.2.3') _
22
buildJavaProject(
33
buildInfo: getBuildInfo(),
44
integrationTestsEnvVars: [],

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=7.1.3
2-
iexecCommonVersion=6.0.0
1+
version=7.2.0
2+
iexecCommonVersion=6.1.0
33
iexecBlockchainAdapterVersion=7.1.1
44
iexecResultVersion=7.1.0
55
iexecSmsVersion=7.1.0

0 commit comments

Comments
 (0)