Skip to content

Commit

Permalink
Merge pull request #2132 from hyperledger-web3j/bump_4.12.4
Browse files Browse the repository at this point in the history
bump 4.12.4
  • Loading branch information
gtebrean authored Dec 18, 2024
2 parents 3169ca8 + 3c97c2d commit d952334
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.12.3]() (Upcoming)
# [4.12.4]() (Upcoming)

### Bug Fixes

*

### Features

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


### BREAKING CHANGES

*

# [4.12.3](https://github.com/hyperledger-web3j/web3j/releases/tag/v4.12.3) (2024-12-17)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
// test dependencies
equalsverifierVersion = '3.16.1'
junitVersion = '5.5.2'
web3jUnitVersion = '4.12.2'
web3jUnitVersion = '4.12.3'
junitBenchmarkVersion = '0.7.2'
logbackVersion = '1.5.6'
mockitoJunitVersion = '3.1.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.web3j
version=4.12.3-SNAPSHOT
version=4.12.4-SNAPSHOT

0 comments on commit d952334

Please sign in to comment.