File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.12.4] ( ) (Upcoming)
6+ # [ 4.13.1] ( ) (2025-03-05)
7+
8+ ### Bug Fixes
9+
10+ *
11+ ### Features
12+
13+ * bump snapshot version to 4.13.1 [ #2160 ] ( https://github.com/hyperledger-web3j/web3j/pull/2160 )
14+
15+
16+ ### BREAKING CHANGES
17+
18+ *
19+
20+ # [ 4.13.0] ( https://github.com/hyperledger-web3j/web3j/releases/tag/v4.13.0 ) (2025-03-05)
721
822### Bug Fixes
923
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Java:
118118<dependency >
119119 <groupId >org.web3j</groupId >
120120 <artifactId >core</artifactId >
121- <version >4.12.2 </version >
121+ <version >4.13.0 </version >
122122</dependency >
123123```
124124
@@ -131,7 +131,7 @@ Android:
131131<dependency >
132132 <groupId >org.web3j</groupId >
133133 <artifactId >core</artifactId >
134- <version >4.8.9 -android</version >
134+ <version >4.12.3 -android</version >
135135</dependency >
136136```
137137
@@ -141,13 +141,13 @@ Gradle
141141Java:
142142
143143``` groovy
144- implementation ('org.web3j:core:4.12.2 ')
144+ implementation ('org.web3j:core:4.13.0 ')
145145```
146146
147147Android:
148148
149149``` groovy
150- implementation ('org.web3j:core:4.8.9 -android')
150+ implementation ('org.web3j:core:4.12.3 -android')
151151```
152152
153153Build instructions
Original file line number Diff line number Diff line change 11group =org.web3j
2- version =4.12.4 -SNAPSHOT
2+ version =4.13.0 -SNAPSHOT
You can’t perform that action at this time.
0 commit comments