Skip to content

Commit

Permalink
Bump snapshot 4.12.1 (#82)
Browse files Browse the repository at this point in the history
* release/4.12.0

Signed-off-by: Nischal Sharma <[email protected]>

* bump snapshot version to 4.12.1

Signed-off-by: Nischal Sharma <[email protected]>

---------

Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo authored May 24, 2024
1 parent bc408ad commit dcd81a8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0]() (Upcoming)
# [4.12.1]() (Upcoming)

### Bug Fixes

*

### Features

* bump snapshot version to 4.12.1 [#82](https://github.com/hyperledger/web3j-unit/pull/82)

### BREAKING CHANGES

*

# [4.12.0](https://github.com/hyperledger/web3j-unit/releases/tag/v4.12.0) (2024-05-23)

### Bug Fixes

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.3"
testCompile "org.web3j:web3j-unit:4.11.3"
implementation "org.web3j:core:4.12.0"
testCompile "org.web3j:web3j-unit:4.12.0"
```

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)`
Expand Down Expand Up @@ -85,8 +85,8 @@ class GreeterTest {
jcenter()
}
implementation "org.web3j:core:4.11.3"
testCompile "org.web3j:web3j-unit:4.11.3"
implementation "org.web3j:core:4.12.0"
testCompile "org.web3j:web3j-unit:4.12.0"
```

2. Create a new test with the `@EVMComposeTest` annotation.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
group=org.web3j
version=4.12.0-SNAPSHOT
version=4.12.1-SNAPSHOT

0 comments on commit dcd81a8

Please sign in to comment.