File tree 4 files changed +19
-5
lines changed
4 files changed +19
-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.1] ( ) (Upcoming)
6
+ # [ 4.12.2] ( ) (Upcoming)
7
+
8
+ ### Bug Fixes
9
+
10
+ *
11
+
12
+ ### Features
13
+
14
+ * bump snapshot version to 4.12.2 [ #113 ] ( https://github.com/hyperledger/web3j-evm/pull/113 )
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ *
19
+
20
+ # [ 4.12.1] ( https://github.com/hyperledger/web3j-evm/releases/tag/v4.12.1 ) (2024-08-15)
7
21
8
22
### Bug Fixes
9
23
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ repositories {
28
28
}
29
29
30
30
dependencies {
31
- implementation "org.web3j:core:4.12.0 "
32
- implementation "org.web3j:web3j-evm:4.12.0 "
31
+ implementation "org.web3j:core:4.12.1 "
32
+ implementation "org.web3j:web3j-evm:4.12.1 "
33
33
}
34
34
```
35
35
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
20
20
description ' Web3j-evm extension'
21
21
22
22
ext {
23
- web3jVersion = ' 4.12.0 '
23
+ web3jVersion = ' 4.12.1 '
24
24
log4jVersion = ' 2.23.1'
25
25
guavaVersion = ' 33.2.0-jre'
26
26
jacksonVersion = ' 2.10.0'
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
group =org.web3j
3
- version =4.12.1 -SNAPSHOT
3
+ version =4.12.2 -SNAPSHOT
You can’t perform that action at this time.
0 commit comments