From cf3361dbdeba648273aa408baca5f1a5e2431317 Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:10:35 +0200 Subject: [PATCH 1/2] bump 4.12.4 Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 14 +++++++++++++- build.gradle | 2 +- gradle.properties | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76c6638..1451015 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Build Workflow Dispatch uses: convictional/trigger-workflow-and-wait@v1.3.0 with: - owner: hyperledger + owner: hyperledger-web3j repo: web3j-evm github_token: ${{ secrets.GITHUB_TOKEN }} workflow_file_name: build.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c70700..29c0872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 [#115](https://github.com/hyperledger/web3j-evm/pull/115) + +### BREAKING CHANGES + +# [4.12.3](https://github.com/hyperledger-web3j/web3j-evm/releases/tag/v4.12.3) (2024-12-17) ### Bug Fixes diff --git a/build.gradle b/build.gradle index 3f776d8..eaf3519 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/gradle.properties b/gradle.properties index 7b30521..38b40f7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ kotlin.code.style=official group=org.web3j -version=4.12.3-SNAPSHOT \ No newline at end of file +version=4.12.4-SNAPSHOT \ No newline at end of file From b9c4948ea7a7ec8bc7a8f264f543f27c727581e4 Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:12:20 +0200 Subject: [PATCH 2/2] chg Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c0872..a383089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* bump snapshot version to 4.12.4 [#115](https://github.com/hyperledger/web3j-evm/pull/115) +* bump snapshot version to 4.12.4 [#117](https://github.com/hyperledger-web3j/web3j-evm/pull/117) ### BREAKING CHANGES