Skip to content

Commit

Permalink
Merge pull request #124 from web3j/post_4.11.1
Browse files Browse the repository at this point in the history
update post version
  • Loading branch information
gtebrean committed Mar 15, 2024
2 parents ae4c11c + 817bd14 commit 5ee49e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.1](Upcoming)
# [4.11.2](Upcoming)

### Bug Fixes

* NIL

### Features

* NIL

### BREAKING CHANGES

* NIL

# [4.11.1](https://github.com/web3j/web3j-maven-plugin/releases/tag/web3j-maven-plugin-4.11.1) (2024-03-15)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Create a standard java maven project. Add following `<plugin>` - configuration i
<plugin>
<groupId>org.web3j</groupId>
<artifactId>web3j-maven-plugin</artifactId>
<version>4.11.0</version>
<version>4.11.1</version>
<configuration>
<packageName>com.zuehlke.blockchain.model</packageName>
<sourceDestination>src/main/java/generated</sourceDestination>
Expand Down

0 comments on commit 5ee49e8

Please sign in to comment.