Skip to content

Commit bd1fcb1

Browse files
committed
Release version 8.1.1
1 parent 100ee21 commit bd1fcb1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [[8.1.1]](https://github.com/iExecBlockchainComputing/iexec-worker/releases/tag/v8.1.1) 2023-06-15
6+
7+
### Bug Fixes
8+
- Do not throw exceptions from `LasService#start` method. (#528)
9+
- Add `synchronized` keyword on `LasService#start` method to avoid race conditions. (#528)
10+
511
## [[8.1.0]](https://github.com/iExecBlockchainComputing/iexec-worker/releases/tag/v8.1.0) 2023-06-12
612

713
### New Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=8.1.0
1+
version=8.1.1
22
iexecCommonVersion=8.2.0
33
iexecCommonsContainersVersion=1.0.2
44
iexecCommonsPocoVersion=3.0.2

0 commit comments

Comments
 (0)