Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 4.12.0 #86

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions 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.12.0]() (Upcoming)
# [4.12.1]() (Upcoming)

### Bug Fixes

*

### Features

*

### BREAKING CHANGES

*

# [4.12.0](https://github.com/web3j/web3j-gradle-plugin/releases/tag/v4.12.0) (2024-05-23)

### Bug Fixes

Expand All @@ -15,7 +29,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### BREAKING CHANGES

* Upgrade to Gradle 8.7 []()
* Upgrade to Gradle 8.7 [#85](https://github.com/hyperledger/web3j-gradle-plugin/pull/85)

# [4.11.3](https://github.com/web3j/web3j-gradle-plugin/releases/tag/v4.11.3) (2024-05-02)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.web3j
version=4.12.0-SNAPSHOT
version=4.12.0
org.gradle.caching=true
org.gradle.parallel=true
solidityPluginVersion=0.5.0
Expand Down
Loading