File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Expand file tree Collapse file tree 3 files changed +18
-8
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.4] ( ) (Upcoming)
6
+ # [ 4.13.1] ( ) (Upcoming)
7
+
8
+ ### Bug Fixes
9
+
10
+ *
11
+
12
+ ### Features
13
+
14
+ * bump snapshot version to 4.13.1 [ #117 ] ( https://github.com/hyperledger-web3j/web3j-evm/pull/117 )
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ # [ 4.13.0] ( https://github.com/hyperledger-web3j/web3j-evm/releases/tag/v4.13.0 ) (2025-03-06)
7
19
8
20
### Bug Fixes
9
21
@@ -91,16 +103,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
91
103
92
104
### Bug Fixes
93
105
94
- *
106
+ *
95
107
96
108
### Features
97
109
98
110
* Web3J upgrade and Bump version [ #103 ] ( https://github.com/web3j/web3j-evm/pull/103 )
99
111
100
112
### BREAKING CHANGES
101
113
102
- *
103
-
114
+ *
104
115
105
116
# [ 4.11.1] ( https://github.com/web3j/web3j-evm/releases/tag/v4.11.1 ) (2024-03-14)
106
117
@@ -116,7 +127,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
116
127
117
128
* NIL
118
129
119
-
120
130
# [ 4.11.0] ( https://github.com/web3j/web3j-evm/releases/tag/v4.11.0 ) (2024-02-14)
121
131
122
132
### Bug Fixes
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ repositories {
27
27
}
28
28
29
29
dependencies {
30
- implementation "org.web3j:core:4.12.2 "
31
- implementation "org.web3j:web3j-evm:4.12.2 "
30
+ implementation "org.web3j:core:4.13.0 "
31
+ implementation "org.web3j:web3j-evm:4.13.0 "
32
32
}
33
33
```
34
34
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
group =org.web3j
3
- version =4.13.0
3
+ version =4.13.1-SNAPSHOT
You can’t perform that action at this time.
0 commit comments