diff --git a/CHANGELOG.md b/CHANGELOG.md index d67b4b1..4ee5924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,30 @@ 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 -* NIL +* ### Features +* + +### BREAKING CHANGES + +* + +# [4.11.2](https://github.com/web3j/web3j-gradle-plugin/releases/tag/v4.11.1) (2024-03-27) + +### Bug Fixes + * NIL +### Features + +* Bump version to 4.11.2 [#80](https://github.com/web3j/web3j-gradle-plugin/pull/80) + ### BREAKING CHANGES * NIL diff --git a/gradle.properties b/gradle.properties index 093ad83..c9dba91 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.web3j -version=4.11.1 +version=4.11.2 org.gradle.caching=true org.gradle.parallel=true solidityPluginVersion=0.4.0