Skip to content

Commit 202a172

Browse files
committed
bump 5.0.2
Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com>
1 parent 22b151d commit 202a172

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
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)

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=5.0.1
3+
version=5.0.2-SNAPSHOT

0 commit comments

Comments
 (0)