File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
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.2] ( ) (Upcoming)
6
+ # [ 4.12.3] ( ) (Upcoming)
7
+
8
+ ### Bug Fixes
9
+
10
+ *
11
+
12
+ ### Features
13
+
14
+ * bump snapshot version to 4.12.3 [ #2101 ] ( https://github.com/hyperledger/web3j/pull/2101 )
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ *
19
+
20
+ # [ 4.12.2] ( https://github.com/hyperledger/web3j/releases/tag/v4.12.2 ) (2024-09-18)
7
21
8
22
### Bug Fixes
9
23
@@ -13,6 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13
27
14
28
* bump snapshot version to 4.12.2 [ #2093 ] ( https://github.com/hyperledger/web3j/pull/2093 )
15
29
* Adds Support for Linea ENS [ #2094 ] ( https://github.com/hyperledger/web3j/pull/2094 )
30
+ * Upgrade jc-kzg-4844 to 2.0.0 [ #2095 ] ( https://github.com/hyperledger/web3j/pull/2095 )
16
31
17
32
### BREAKING CHANGES
18
33
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.1 </version >
121
+ <version >4.12.2 </version >
122
122
</dependency >
123
123
```
124
124
@@ -141,7 +141,7 @@ Gradle
141
141
Java:
142
142
143
143
``` groovy
144
- implementation ('org.web3j:core:4.12.1 ')
144
+ implementation ('org.web3j:core:4.12.2 ')
145
145
```
146
146
147
147
Android:
Original file line number Diff line number Diff line change 43
43
// test dependencies
44
44
equalsverifierVersion = ' 3.16.1'
45
45
junitVersion = ' 5.5.2'
46
- web3jUnitVersion = ' 4.12.1 '
46
+ web3jUnitVersion = ' 4.12.2 '
47
47
junitBenchmarkVersion = ' 0.7.2'
48
48
logbackVersion = ' 1.5.6'
49
49
mockitoJunitVersion = ' 3.1.0'
Original file line number Diff line number Diff line change 1
1
group =org.web3j
2
- version =4.12.2 -SNAPSHOT
2
+ version =4.12.3 -SNAPSHOT
You can’t perform that action at this time.
0 commit comments