From 05c751247edcecc1d2695dce53bccd448a31ecbe Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:48:19 +0300 Subject: [PATCH] bump version Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com> --- CHANGELOG.md | 16 +++++++++++++++- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 181928f23..6a8d3d9bf 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.12.1]() (Upcoming) +# [4.12.2]() (Upcoming) + +### Bug Fixes + +* + +### Features + +* bump snapshot version to 4.12.2 [#2091](https://github.com/hyperledger/web3j/pull/2091) + +### BREAKING CHANGES + +* + +# [4.12.1](https://github.com/hyperledger/web3j/releases/tag/v4.12.1) (2024-08-14) ### Bug Fixes diff --git a/build.gradle b/build.gradle index de26630a3..f525c7fb7 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext { // test dependencies equalsverifierVersion = '3.16.1' junitVersion = '5.5.2' - web3jUnitVersion = '4.12.0' + web3jUnitVersion = '4.12.1' junitBenchmarkVersion = '0.7.2' logbackVersion = '1.5.6' mockitoJunitVersion = '3.1.0' diff --git a/gradle.properties b/gradle.properties index 119876619..62f9d5507 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=org.web3j -version=4.12.1 +version=4.12.2-SNAPSHOT