From fb98ebd7af3cbcc0272884c760404a562886b0b3 Mon Sep 17 00:00:00 2001 From: Jeremy Bernard Date: Wed, 7 Jun 2023 17:13:56 +0200 Subject: [PATCH] Release version 8.1.0 --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ca737f..8ca8856f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [[NEXT]](https://github.com/iExecBlockchainComputing/iexec-sms/releases/tag/vNEXT) 2023 +## [[8.1.0]](https://github.com/iExecBlockchainComputing/iexec-sms/releases/tag/v8.1.0) 2023-06-07 ### New Features - Enable Prometheus actuator. (#166) diff --git a/gradle.properties b/gradle.properties index efe98924..3fa90f8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=8.0.0 +version=8.1.0 iexecCommonVersion=8.2.0 iexecCommonsPocoVersion=3.0.2