Skip to content

Commit b5bded6

Browse files
committed
bump to 4.13.1 snapshot
Signed-off-by: gtebrean <[email protected]>
1 parent b3c7872 commit b5bded6

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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)
719

820
### Bug Fixes
921

@@ -91,16 +103,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
91103

92104
### Bug Fixes
93105

94-
*
106+
*
95107

96108
### Features
97109

98110
* Web3J upgrade and Bump version [#103](https://github.com/web3j/web3j-evm/pull/103)
99111

100112
### BREAKING CHANGES
101113

102-
*
103-
114+
*
104115

105116
# [4.11.1](https://github.com/web3j/web3j-evm/releases/tag/v4.11.1) (2024-03-14)
106117

@@ -116,7 +127,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
116127

117128
* NIL
118129

119-
120130
# [4.11.0](https://github.com/web3j/web3j-evm/releases/tag/v4.11.0) (2024-02-14)
121131

122132
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ repositories {
2727
}
2828
2929
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"
3232
}
3333
```
3434

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kotlin.code.style=official
22
group=org.web3j
3-
version=4.13.0
3+
version=4.13.1-SNAPSHOT

0 commit comments

Comments
 (0)