Skip to content

Commit 4b7d2bf

Browse files
authored
Merge pull request #122 from web3j/bump_to_4.11.1
bump to web3j 4.11.1
2 parents 165db0d + f3206c0 commit 4b7d2bf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.11.0](Upcoming)
7+
8+
### Bug Fixes
9+
10+
* NIL
11+
12+
### Features
13+
14+
* Update web3j core version to 4.11.1 [#122](https://github.com/web3j/web3j-maven-plugin/pull/122)
15+
16+
### BREAKING CHANGES
17+
18+
* NIL
19+
620
# [4.11.0](https://github.com/web3j/web3j-maven-plugin/releases/tag/web3j-maven-plugin-4.11.0) (2024-02-18)
721

822
### Bug Fixes

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<maven.compiler.target>17</maven.compiler.target>
1717
<maven.version>3.8.1</maven.version>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<web3j.version>4.11.0</web3j.version>
19+
<web3j.version>4.11.1</web3j.version>
2020
</properties>
2121

2222
<licenses>

0 commit comments

Comments
 (0)