Skip to content

Commit

Permalink
Merge pull request #43 from iExecBlockchainComputing/hotfix/3.0.4
Browse files Browse the repository at this point in the history
Release version 3.0.4
  • Loading branch information
jbern0rd authored Jun 23, 2023
2 parents b95cd9c + 512ad83 commit 3a48ef8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [[3.0.4]](https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/v3.0.4) 2023-06-23

### Bug Fixes
- Fix regression on `DealParams` deserialization. (#43)

## [[3.0.3]](https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/v3.0.3) 2023-06-22

### New Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.0.3
version=3.0.4

nexusUser
nexusPassword
2 changes: 1 addition & 1 deletion src/main/java/com/iexec/commons/poco/chain/DealParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class DealParams {
@JsonProperty("iexec_input_files")
List<String> iexecInputFiles = Collections.emptyList();

@JsonProperty("iexec_developper_logger")
@JsonProperty("iexec_developer_logger")
boolean iexecDeveloperLoggerEnabled;

@JsonProperty("iexec_result_encryption")
Expand Down

0 comments on commit 3a48ef8

Please sign in to comment.