From 581f67b84c1c0ac1b621e18ce5baf36d4002d46d Mon Sep 17 00:00:00 2001 From: Jeremy Bernard Date: Thu, 22 Jun 2023 20:46:17 +0200 Subject: [PATCH] Release version 8.1.2 --- CHANGELOG.md | 6 ++++++ gradle.properties | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e762272..d56fb96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [[8.1.2]](https://github.com/iExecBlockchainComputing/tee-worker-pre-compute/releases/tag/v8.1.2) 2023-06-23 + +### Dependency Upgrades +- Upgrade to `iexec-common` 8.2.1. (#59) +- Upgrade to `iexec-commons-poco` 3.0.4. (#59) + ## [[8.1.1]](https://github.com/iExecBlockchainComputing/tee-worker-pre-compute/releases/tag/v8.1.1) 2023-06-22 ### Features diff --git a/gradle.properties b/gradle.properties index b086ea3..aeb4c09 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ -version=8.1.1 -iexecCommonVersion=8.2.0 -iexecCommonsPocoVersion=3.0.3 +version=8.1.2 +iexecCommonVersion=8.2.1 +iexecCommonsPocoVersion=3.0.4 nexusUser nexusPassword