From cb4746fe00753e00170759f74dec465a4132e7f6 Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:22:06 +0200 Subject: [PATCH 1/2] bump 4.12.4 Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com> --- CHANGELOG.md | 17 ++++++++++++++++- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc7e4bcb..438d9f2d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 [#2101](https://github.com/hyperledger/web3j/pull/2101) + + +### BREAKING CHANGES + +* + +# [4.12.3](https://github.com/hyperledger-web3j/web3j/releases/tag/v4.12.3) (2024-12-17) ### Bug Fixes diff --git a/build.gradle b/build.gradle index fb2dbecd2..2dd58a2ab 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/gradle.properties b/gradle.properties index 789bb9883..e4799c8db 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=org.web3j -version=4.12.3-SNAPSHOT +version=4.12.4-SNAPSHOT From 3c97c2de1da759f4238253b4d11543b609e3831d Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:23:23 +0200 Subject: [PATCH 2/2] chg Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 438d9f2d5..7e8f92857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* bump snapshot version to 4.12.4 [#2101](https://github.com/hyperledger/web3j/pull/2101) +* bump snapshot version to 4.12.4 [#2132](https://github.com/hyperledger-web3j/web3j/pull/2132) ### BREAKING CHANGES