Skip to content

Commit 3a48ef8

Browse files
authored
Merge pull request #43 from iExecBlockchainComputing/hotfix/3.0.4
Release version 3.0.4
2 parents b95cd9c + 512ad83 commit 3a48ef8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

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

5+
## [[3.0.4]](https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/v3.0.4) 2023-06-23
6+
7+
### Bug Fixes
8+
- Fix regression on `DealParams` deserialization. (#43)
9+
510
## [[3.0.3]](https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/v3.0.3) 2023-06-22
611

712
### New Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.0.3
1+
version=3.0.4
22

33
nexusUser
44
nexusPassword

src/main/java/com/iexec/commons/poco/chain/DealParams.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public class DealParams {
100100
@JsonProperty("iexec_input_files")
101101
List<String> iexecInputFiles = Collections.emptyList();
102102

103-
@JsonProperty("iexec_developper_logger")
103+
@JsonProperty("iexec_developer_logger")
104104
boolean iexecDeveloperLoggerEnabled;
105105

106106
@JsonProperty("iexec_result_encryption")

0 commit comments

Comments
 (0)