From eca8ed85dd51c61f9b1155d5f3edacb686646f1e Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Fri, 15 Mar 2024 19:00:06 +0200 Subject: [PATCH 1/2] bump to web3j 4.11.1 --- CHANGELOG.md | 14 ++++++++++++++ pom.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf19905..b886e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.11.0](Upcoming) + +### Bug Fixes + +* NIL + +### Features + +* Update web3j core version to 4.11.1 [#120](https://github.com/web3j/web3j-maven-plugin/pull/120) + +### BREAKING CHANGES + +* NIL + # [4.11.0](https://github.com/web3j/web3j-maven-plugin/releases/tag/web3j-maven-plugin-4.11.0) (2024-02-18) ### Bug Fixes diff --git a/pom.xml b/pom.xml index f78e856..0aabd0a 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 17 3.8.1 UTF-8 - 4.11.0 + 4.11.1 From f3206c015f9038b1e7c12ffc112aa49b66216f6e Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Fri, 15 Mar 2024 19:00:43 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b886e5f..48af00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* Update web3j core version to 4.11.1 [#120](https://github.com/web3j/web3j-maven-plugin/pull/120) +* Update web3j core version to 4.11.1 [#122](https://github.com/web3j/web3j-maven-plugin/pull/122) ### BREAKING CHANGES