Skip to content

Commit 5ee49e8

Browse files
authored
Merge pull request #124 from web3j/post_4.11.1
update post version
2 parents ae4c11c + 817bd14 commit 5ee49e8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Diff for: CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@
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.1](Upcoming)
6+
# [4.11.2](Upcoming)
7+
8+
### Bug Fixes
9+
10+
* NIL
11+
12+
### Features
13+
14+
* NIL
15+
16+
### BREAKING CHANGES
17+
18+
* NIL
19+
20+
# [4.11.1](https://github.com/web3j/web3j-maven-plugin/releases/tag/web3j-maven-plugin-4.11.1) (2024-03-15)
721

822
### Bug Fixes
923

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Create a standard java maven project. Add following `<plugin>` - configuration i
5959
<plugin>
6060
<groupId>org.web3j</groupId>
6161
<artifactId>web3j-maven-plugin</artifactId>
62-
<version>4.11.0</version>
62+
<version>4.11.1</version>
6363
<configuration>
6464
<packageName>com.zuehlke.blockchain.model</packageName>
6565
<sourceDestination>src/main/java/generated</sourceDestination>

0 commit comments

Comments
 (0)