From 627a6840ad1a87590f4c1269807ef004ee8cbe11 Mon Sep 17 00:00:00 2001 From: Nischal Sharma Date: Thu, 19 Sep 2024 12:19:06 +0530 Subject: [PATCH] Bump snapshot to 4.12.3 (#115) * release 4.12.2 Signed-off-by: Nischal Sharma * bump snapshot to 4.12.3 Signed-off-by: Nischal Sharma --------- Signed-off-by: Nischal Sharma --- CHANGELOG.md | 16 +++++++++++++++- README.md | 5 ++--- build.gradle | 2 +- gradle.properties | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2898de3..8732dfe 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.2]() (Upcoming) +# [4.12.3]() (Upcoming) + +### Bug Fixes + +* + +### Features + +* bump snapshot version to 4.12.3 [#115](https://github.com/hyperledger/web3j-evm/pull/115) + +### BREAKING CHANGES + +* + +# [4.12.2](https://github.com/hyperledger/web3j-evm/releases/tag/v4.12.2) (2024-09-18) ### Bug Fixes diff --git a/README.md b/README.md index 57c9c71..5e74905 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,11 @@ to do this. ```groovy repositories { mavenCentral() - jcenter() } dependencies { - implementation "org.web3j:core:4.12.1" - implementation "org.web3j:web3j-evm:4.12.1" + implementation "org.web3j:core:4.12.2" + implementation "org.web3j:web3j-evm:4.12.2" } ``` diff --git a/build.gradle b/build.gradle index de8a923..1745450 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { description 'Web3j-evm extension' ext { - web3jVersion = '4.12.1' + web3jVersion = '4.12.2' log4jVersion = '2.23.1' guavaVersion = '33.2.0-jre' jacksonVersion = '2.10.0' diff --git a/gradle.properties b/gradle.properties index f4bd5a9..7b30521 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ kotlin.code.style=official group=org.web3j -version=4.12.2-SNAPSHOT \ No newline at end of file +version=4.12.3-SNAPSHOT \ No newline at end of file