diff --git a/CHANGELOG.md b/CHANGELOG.md index 52629bf..6b4e7c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [[1.0.3]](https://github.com/iExecBlockchainComputing/iexec-commons-containers/releases/tag/v1.0.3) 2023-06-23 + +### Dependency Upgrades +- Upgrade to `iexec-common` 8.2.1. (#12) + ## [[1.0.2]](https://github.com/iExecBlockchainComputing/iexec-commons-containers/releases/tag/v1.0.2) 2023-04-13 ### Bug Fixes diff --git a/gradle.properties b/gradle.properties index e3dc46d..0962b69 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -version=1.0.2 -iexecCommonVersion=8.0.0 +version=1.0.3 +iexecCommonVersion=8.2.1 nexusUser nexusPassword