Skip to content

Commit be902f5

Browse files
committed
release 4.12.2
Signed-off-by: Nischal Sharma <[email protected]>
1 parent 2964609 commit be902f5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.2]() (Upcoming)
6+
# [4.12.2](https://github.com/hyperledger/web3j/releases/tag/v4.12.2) (2024-09-18)
77

88
### Bug Fixes
99

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

1414
* bump snapshot version to 4.12.2 [#2093](https://github.com/hyperledger/web3j/pull/2093)
1515
* Adds Support for Linea ENS [#2094](https://github.com/hyperledger/web3j/pull/2094)
16+
* Upgrade jc-kzg-4844 to 2.0.0 [#2085](https://github.com/hyperledger/web3j/pull/2095)
1617

1718
### BREAKING CHANGES
1819

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Java:
118118
<dependency>
119119
<groupId>org.web3j</groupId>
120120
<artifactId>core</artifactId>
121-
<version>4.12.1</version>
121+
<version>4.12.2</version>
122122
</dependency>
123123
```
124124

@@ -141,7 +141,7 @@ Gradle
141141
Java:
142142

143143
```groovy
144-
implementation ('org.web3j:core:4.12.1')
144+
implementation ('org.web3j:core:4.12.2')
145145
```
146146

147147
Android:

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=org.web3j
2-
version=4.12.2-SNAPSHOT
2+
version=4.12.2

0 commit comments

Comments
 (0)