From 3386ed311390c5a47968c8603bf396a051fde766 Mon Sep 17 00:00:00 2001 From: Jeremy Bernard Date: Fri, 23 Jun 2023 12:15:29 +0200 Subject: [PATCH] Release version 8.1.1 --- CHANGELOG.md | 9 +++++++++ gradle.properties | 12 ++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92256dbc..4415a48a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [[8.1.1]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v8.1.1) 2023-06-23 + +### Dependency Upgrades +- Upgrade to `iexec-common` 8.2.1. (#599) +- Upgrade to `iexec-commons-poco` 3.0.4. (#599) +- Upgrade to `iexec-blockchain-adapter-api-library` 8.1.1. (#599) +- Upgrade to `iexec-result-proxy-library` 8.1.1. (#599) +- Upgrade to `iexec-sms-library` 8.1.1. (#599) + ## [[8.1.0]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v8.1.0) 2023-06-09 ### New Features diff --git a/gradle.properties b/gradle.properties index a0065e61..e8370103 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ -version=8.1.0 -iexecCommonVersion=8.2.0 -iexecCommonsPocoVersion=3.0.2 -iexecBlockchainAdapterVersion=8.1.0 -iexecResultVersion=8.1.0 -iexecSmsVersion=8.1.0 +version=8.1.1 +iexecCommonVersion=8.2.1 +iexecCommonsPocoVersion=3.0.4 +iexecBlockchainAdapterVersion=8.1.1 +iexecResultVersion=8.1.1 +iexecSmsVersion=8.1.1 nexusUser nexusPassword