From 5d9d626de2cbecf5560dd0bf26e5761dea37465a Mon Sep 17 00:00:00 2001 From: Jeremy Bernard Date: Tue, 27 Jun 2023 08:02:47 +0200 Subject: [PATCH] Release version 8.1.2 --- CHANGELOG.md | 5 +++++ gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0e5cf8..d7aff278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [[8.1.2]](https://github.com/iExecBlockchainComputing/iexec-sms/releases/tag/v8.1.2) 2023-06-27 + +### Dependency Upgrades +- Upgrade to `iexec-commons-poco` 3.0.5. (#178) + ## [[8.1.1]](https://github.com/iExecBlockchainComputing/iexec-sms/releases/tag/v8.1.1) 2023-06-23 ### Dependency Upgrades diff --git a/gradle.properties b/gradle.properties index 657b8aa4..d7cc1181 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ -version=8.1.1 +version=8.1.2 iexecCommonVersion=8.2.1 -iexecCommonsPocoVersion=3.0.4 +iexecCommonsPocoVersion=3.0.5 nexusUser nexusPassword