Skip to content

Commit

Permalink
Merge pull request #117 from hyperledger-web3j/bump_4.13.4
Browse files Browse the repository at this point in the history
bump 4.12.4
  • Loading branch information
gtebrean authored Dec 18, 2024
2 parents 7a9bd61 + b9c4948 commit 6082fc7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build Workflow Dispatch
uses: convictional/[email protected]
with:
owner: hyperledger
owner: hyperledger-web3j
repo: web3j-evm
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow_file_name: build.yml
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.12.3]() (Upcoming)
# [4.12.4]() (Upcoming)

### Bug Fixes

*

### Features

* bump snapshot version to 4.12.4 [#117](https://github.com/hyperledger-web3j/web3j-evm/pull/117)

### BREAKING CHANGES

# [4.12.3](https://github.com/hyperledger-web3j/web3j-evm/releases/tag/v4.12.3) (2024-12-17)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
description 'Web3j-evm extension'

ext {
web3jVersion = '4.12.2'
web3jVersion = '4.12.3'
log4jVersion = '2.23.1'
guavaVersion = '33.2.0-jre'
jacksonVersion = '2.10.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
group=org.web3j
version=4.12.3-SNAPSHOT
version=4.12.4-SNAPSHOT

0 comments on commit 6082fc7

Please sign in to comment.