File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Expand file tree Collapse file tree 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.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 [ #111 ] ( https://github.com/hyperledger/web3j-evm/pull/111 )
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ *
19
+
20
+ # [ 4.12.0] ( https://github.com/hyperledger/web3j-evm/releases/tag/v4.12.0 ) (2024-05-23)
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.11.3 "
32
- implementation "org.web3j:web3j-evm:4.11.3 "
31
+ implementation "org.web3j:core:4.12.0 "
32
+ implementation "org.web3j:web3j-evm:4.12.0 "
33
33
}
34
34
```
35
35
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
14
14
description ' Web3j-evm extension'
15
15
16
16
ext {
17
- web3jVersion = ' 4.12.0-SNAPSHOT '
17
+ web3jVersion = ' 4.12.0'
18
18
log4jVersion = ' 2.23.1'
19
19
guavaVersion = ' 33.2.0-jre'
20
20
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.0 -SNAPSHOT
3
+ version =4.12.1 -SNAPSHOT
You can’t perform that action at this time.
0 commit comments