From c19cdfdee4b9bc21425fcd95c5a6a0b4370de545 Mon Sep 17 00:00:00 2001 From: Nischal Sharma Date: Wed, 27 Mar 2024 21:22:33 +0530 Subject: [PATCH] bump snapshot version to 4.11.3 Signed-off-by: Nischal Sharma --- CHANGELOG.md | 19 ++++++++++++++++++- README.md | 4 ++-- build.gradle | 2 +- gradle.properties | 2 +- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab648362..786cb76c8 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.11.2]() (Upcoming) +# [4.11.3]() (Upcoming) + +### Bug Fixes + +* + +### Features + +* Bump snapshot version to 4.11.3 [#2024](https://github.com/web3j/web3j/pull/2024) + +### BREAKING CHANGES + +* + + +# [4.11.2](https://github.com/web3j/web3j/releases/tag/v4.11.2) (2024-03-27) ### Bug Fixes @@ -14,6 +29,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features * Changelog entry and PR template edited [#2021](https://github.com/web3j/web3j/pull/2021) +* bump snapshot version to 4.11.2 [#2015](https://github.com/web3j/web3j/pull/2015) +* Enrich generateBothCallAndSend feature in TruffleJsonFunctionWrapperGenerator [#1986](https://github.com/web3j/web3j/pull/1986) ### BREAKING CHANGES diff --git a/README.md b/README.md index 75229b6f2..ed02a9e63 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Java: org.web3j core - 4.11.0 + 4.11.2 ``` @@ -130,7 +130,7 @@ Gradle Java: ```groovy -implementation ('org.web3j:core:4.11.0') +implementation ('org.web3j:core:4.11.2') ``` Android: diff --git a/build.gradle b/build.gradle index 7b4afd569..467b1ee61 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext { // test dependencies equalsverifierVersion = '3.14.1' junitVersion = '5.5.2' - web3jUnitVersion = '4.11.1' + web3jUnitVersion = '4.11.2' junitBenchmarkVersion = '0.7.2' logbackVersion = '1.4.14' mockitoJunitVersion = '3.1.0' diff --git a/gradle.properties b/gradle.properties index 444f99882..32350a2e9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=org.web3j -version=4.11.2-SNAPSHOT +version=4.11.3-SNAPSHOT