Skip to content

Commit b1bfb76

Browse files
authored
Merge pull request #113 from hyperledger/bump_4.12.2
Bump 4.12.2 SNAPSHOT
2 parents 2b980a1 + 9dd3009 commit b1bfb76

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@
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.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)
721

822
### Bug Fixes
923

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ repositories {
2828
}
2929
3030
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"
3333
}
3434
```
3535

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
description 'Web3j-evm extension'
2121

2222
ext {
23-
web3jVersion = '4.12.0'
23+
web3jVersion = '4.12.1'
2424
log4jVersion = '2.23.1'
2525
guavaVersion = '33.2.0-jre'
2626
jacksonVersion = '2.10.0'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kotlin.code.style=official
22
group=org.web3j
3-
version=4.12.1-SNAPSHOT
3+
version=4.12.2-SNAPSHOT

0 commit comments

Comments
 (0)