Skip to content

Commit 9c64576

Browse files
authored
Merge pull request #68 from iExecBlockchainComputing/release/7.2.0
Release/7.2.0
2 parents 3050567 + 39ef391 commit 9c64576

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## [[7.2.0]](https://github.com/iExecBlockchainComputing/iexec-result-proxy/releases/tag/v7.2.0) 2023-01-09
6+
7+
* Increments jenkins-library up to version 2.2.3. Enable SonarCloud analyses on branches and pull requests.
8+
59
## [[7.1.1]](https://github.com/iExecBlockchainComputing/iexec-result-proxy/releases/tag/v7.1.1) 2022-11-29
610

711
* Update build workflow to 2.1.4, update documentation in 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=7.1.1
1+
version=7.2.0
22
iexecCommonVersion=6.0.0
33

44
nexusUser

0 commit comments

Comments
 (0)