diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9234f..3089ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [[1.1.2]](https://github.com/iExecBlockchainComputing/iexec-commons-containers/releases/tag/v1.1.2) 2023-09-27 + +### Bug Fixes +- Missed version update in `gradle.properties` in hotfix 1.1.1. + ## [[1.1.1]](https://github.com/iExecBlockchainComputing/iexec-commons-containers/releases/tag/v1.1.1) 2023-09-27 ### Bug Fixes diff --git a/gradle.properties b/gradle.properties index 4e85d99..9ef7691 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.1.0 +version=1.1.2 nexusUser nexusPassword