Skip to content

Commit 0154f81

Browse files
chore(main): release 9.2.0
1 parent d2cb21f commit 0154f81

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"9.1.0"}
1+
{".":"9.2.0"}

CHANGELOG.md

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

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

5+
## [9.2.0](https://github.com/iExecBlockchainComputing/iexec-core/compare/v9.1.0...v9.2.0) (2025-11-14)
6+
7+
8+
### Features
9+
10+
* update models to distinguish SGX and TDX enabled workers ([#764](https://github.com/iExecBlockchainComputing/iexec-core/issues/764)) ([c1e6ec3](https://github.com/iExecBlockchainComputing/iexec-core/commit/c1e6ec36fc38432d50177e131a394dd010d239a2))
11+
12+
13+
### Bug Fixes
14+
15+
* refactor event lookup on-chain to use LogTopic ([#763](https://github.com/iExecBlockchainComputing/iexec-core/issues/763)) ([35e6285](https://github.com/iExecBlockchainComputing/iexec-core/commit/35e6285cef5f7fb30e1616e11e8caee9f234ca32))
16+
* remove circuit-break on failed worker transaction to allow replicate abortion ([#767](https://github.com/iExecBlockchainComputing/iexec-core/issues/767)) ([d2cb21f](https://github.com/iExecBlockchainComputing/iexec-core/commit/d2cb21f16642646e6d01873a252618d671522b40))
17+
* wallet addresses need to be encoded on 32 bytes in ETH filters ([#766](https://github.com/iExecBlockchainComputing/iexec-core/issues/766)) ([14103ec](https://github.com/iExecBlockchainComputing/iexec-core/commit/14103ec7dd76cd947415bd1d41dfc318113fd99a))
18+
519
## [9.1.0](https://github.com/iExecBlockchainComputing/iexec-core/compare/v9.0.0...v9.1.0) (2025-10-03)
620

721

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# x-release-please-start-version
2-
version=9.1.0
2+
version=9.2.0
33
# x-release-please-end
44
iexecCommonsPocoVersion=5.2.0
55
iexecCommonVersion=9.1.0

0 commit comments

Comments
 (0)