Skip to content

Commit 86926b8

Browse files
authored
Merge pull request #125 from LFDT-web3j/bump_5.0.2
Bump 5.0.2
2 parents 006e092 + 202a172 commit 86926b8

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [4.14.1]() (Upcoming)
6+
# [5.0.2]() (Upcoming)
77

88
### Bug Fixes
99

@@ -15,6 +15,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1515

1616
### BREAKING CHANGES
1717

18+
*
19+
20+
# [5.0.1](https://github.com/LFDT-web3j/web3j-evm/releases/tag/v5.0.1) (2026-01-16)
21+
22+
### Bug Fixes
23+
24+
* fix maven release and web3j upgrade [#124](https://github.com/LFDT-web3j/web3j-evm/pull/124)
25+
26+
### Features
27+
28+
* bump snapshot version to 4.14.1 [#123](https://github.com/hyperledger-web3j/web3j-evm/pull/123)
29+
30+
### BREAKING CHANGES
31+
1832
*
1933

2034
# [4.14.0](https://github.com/LFDT-web3j/web3j-evm/releases/tag/v4.14.0) (2025-04-10)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ repositories {
2727
}
2828
2929
dependencies {
30-
implementation "org.web3j:core:4.14.0"
31-
implementation "org.web3j:web3j-evm:4.14.0"
30+
implementation "org.web3j:core:5.0.1"
31+
implementation "org.web3j:web3j-evm:5.0.1"
3232
}
3333
```
3434

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
description 'Web3j-evm extension'
1515

1616
ext {
17-
web3jVersion = '5.0.1'
17+
web3jVersion = version
1818
log4jVersion = '2.23.1'
1919
guavaVersion = '33.2.0-jre'
2020
jacksonVersion = '2.10.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kotlin.code.style=official
22
group=org.web3j
3-
version=4.14.1-SNAPSHOT
3+
version=5.0.2-SNAPSHOT

0 commit comments

Comments
 (0)