File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414description ' Web3j-evm extension'
1515
1616ext {
17- web3jVersion = ' 5.0.1 '
17+ web3jVersion = version
1818 log4jVersion = ' 2.23.1'
1919 guavaVersion = ' 33.2.0-jre'
2020 jacksonVersion = ' 2.10.0'
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22group =org.web3j
3- version =5.0.1
3+ version =5.0.2-SNAPSHOT
You can’t perform that action at this time.
0 commit comments