diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b7f48..4cf2d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.11.3]() (Upcoming) +# [4.11.4]() (Upcoming) + +### Bug Fixes + +* + +### Features + +* bump snapshot version to 4.11.4 [#80](https://github.com/hyperledger/web3j-unit/pull/80) + +### BREAKING CHANGES + +* + +# [4.11.3](https://github.com/hyperledger/web3j-unit/releases/tag/v4.11.3) (2024-05-01) ### Bug Fixes diff --git a/README.md b/README.md index 09d214c..83e33df 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ You can find an example using docker-compose [here](https://github.com/web3j/web maven { url "https://dl.cloudsmith.io/public/consensys/quorum-mainnet-launcher/maven/" } } - implementation "org.web3j:core:4.10.1" - testCompile "org.web3j:web3j-unit:4.10.1" + implementation "org.web3j:core:4.11.3" + testCompile "org.web3j:web3j-unit:4.11.3" ``` 2. Create a new test with the `@EVMTest` annotation. An embedded EVM is used by default. To use Geth or Besu pass the node type into the annotation: `@EVMTest(NodeType.GETH)` or `@EVMTest(NodeType.BESU)` @@ -85,8 +85,8 @@ class GreeterTest { jcenter() } - implementation "org.web3j:core:4.10.1" - testCompile "org.web3j:web3j-unit:4.10.1" + implementation "org.web3j:core:4.11.3" + testCompile "org.web3j:web3j-unit:4.11.3" ``` 2. Create a new test with the `@EVMComposeTest` annotation. diff --git a/gradle.properties b/gradle.properties index 5bf39c3..083fd40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ kotlin.code.style=official group=org.web3j -version=4.11.3-SNAPSHOT +version=4.11.4-SNAPSHOT