File tree 3 files changed +20
-6
lines changed
3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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)
7
21
8
22
### Bug Fixes
9
23
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Java:
118
118
<dependency >
119
119
<groupId >org.web3j</groupId >
120
120
<artifactId >core</artifactId >
121
- <version >4.12.2 </version >
121
+ <version >4.13.0 </version >
122
122
</dependency >
123
123
```
124
124
@@ -131,7 +131,7 @@ Android:
131
131
<dependency >
132
132
<groupId >org.web3j</groupId >
133
133
<artifactId >core</artifactId >
134
- <version >4.8.9 -android</version >
134
+ <version >4.12.3 -android</version >
135
135
</dependency >
136
136
```
137
137
@@ -141,13 +141,13 @@ Gradle
141
141
Java:
142
142
143
143
``` groovy
144
- implementation ('org.web3j:core:4.12.2 ')
144
+ implementation ('org.web3j:core:4.13.0 ')
145
145
```
146
146
147
147
Android:
148
148
149
149
``` groovy
150
- implementation ('org.web3j:core:4.8.9 -android')
150
+ implementation ('org.web3j:core:4.12.3 -android')
151
151
```
152
152
153
153
Build instructions
Original file line number Diff line number Diff line change 1
1
group =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