File tree 4 files changed +22
-7
lines changed
4 files changed +22
-7
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.0] ( ) (Upcoming)
6
+ # [ 4.12.1] ( ) (Upcoming)
7
+
8
+ ### Bug Fixes
9
+
10
+ *
11
+
12
+ ### Features
13
+
14
+ * bump snapshot version to 4.12.1 [ #2058 ] ( https://github.com/web3j/web3j/pull/2058 )
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ *
19
+
20
+ # [ 4.12.0] ( https://github.com/hyperledger/web3j/releases/tag/v4.12.0 ) (2024-05-23)
7
21
8
22
### Bug Fixes
9
23
@@ -12,6 +26,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
12
26
### Features
13
27
14
28
* bump snapshot version to 4.11.4 [ #2049 ] ( https://github.com/web3j/web3j/pull/2049 )
29
+ * Fixed DefaultFunctionEncoder calculating offset for nested StaticArray [ #2054 ] ( https://github.com/web3j/web3j/pull/2054 )
15
30
16
31
### BREAKING CHANGES
17
32
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.11.2 </version >
121
+ <version >4.12.0 </version >
122
122
</dependency >
123
123
```
124
124
@@ -128,7 +128,7 @@ Android:
128
128
<dependency >
129
129
<groupId >org.web3j</groupId >
130
130
<artifactId >core</artifactId >
131
- <version >4.8.7 -android</version >
131
+ <version >4.8.9 -android</version >
132
132
</dependency >
133
133
```
134
134
@@ -138,13 +138,13 @@ Gradle
138
138
Java:
139
139
140
140
``` groovy
141
- implementation ('org.web3j:core:4.11.2 ')
141
+ implementation ('org.web3j:core:4.12.0 ')
142
142
```
143
143
144
144
Android:
145
145
146
146
``` groovy
147
- implementation ('org.web3j:core:4.8.7 -android')
147
+ implementation ('org.web3j:core:4.8.9 -android')
148
148
```
149
149
150
150
Build instructions
Original file line number Diff line number Diff line change 30
30
// test dependencies
31
31
equalsverifierVersion = ' 3.16.1'
32
32
junitVersion = ' 5.5.2'
33
- web3jUnitVersion = ' 4.11.3 '
33
+ web3jUnitVersion = ' 4.12.0 '
34
34
junitBenchmarkVersion = ' 0.7.2'
35
35
logbackVersion = ' 1.5.6'
36
36
mockitoJunitVersion = ' 3.1.0'
Original file line number Diff line number Diff line change 1
1
group =org.web3j
2
- version =4.12.0 -SNAPSHOT
2
+ version =4.12.1 -SNAPSHOT
You can’t perform that action at this time.
0 commit comments