We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
iexec-common
1 parent 9f12900 commit 12abd0fCopy full SHA for 12abd0f
CHANGELOG.md
@@ -18,6 +18,10 @@ All notable changes to this project will be documented in this file.
18
- Remove `/broker/orders/match` endpoint, `matchOrders` must be done through the **Market API**. (#131)
19
- Remove dead code in `IexecHubService` and `CommandStorage`. (#133)
20
21
+### Dependency Upgrades
22
+
23
+- Upgrade to `iexec-common` 8.4.0. (#135)
24
25
## [[8.3.0]](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/releases/tag/v8.3.0) 2024-01-10
26
27
### New Features
gradle.properties
@@ -1,5 +1,5 @@
1
version=8.3.0
2
-iexecCommonVersion=8.3.1
+iexecCommonVersion=8.4.0
3
iexecCommonsPocoVersion=3.2.0
4
5
nexusUser
0 commit comments