File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
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.2] ( https://github.com/hyperledger/web3j/releases/tag/v4.12.2 ) (2024-09-18 )
7
7
8
8
### Bug Fixes
9
9
@@ -13,6 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13
13
14
14
* bump snapshot version to 4.12.2 [ #2093 ] ( https://github.com/hyperledger/web3j/pull/2093 )
15
15
* Adds Support for Linea ENS [ #2094 ] ( https://github.com/hyperledger/web3j/pull/2094 )
16
+ * Upgrade jc-kzg-4844 to 2.0.0 [ #2085 ] ( https://github.com/hyperledger/web3j/pull/2095 )
16
17
17
18
### BREAKING CHANGES
18
19
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 1
1
group =org.web3j
2
- version =4.12.2-SNAPSHOT
2
+ version =4.12.2
You can’t perform that action at this time.
0 commit comments