Skip to content

Commit 9889879

Browse files
NickSneoshashankiitbhu
authored andcommitted
Bump snapshot version to 4.12.3 (LFDT-web3j#2101)
* release 4.12.2 Signed-off-by: Nischal Sharma <[email protected]> * bump snapshot version to 4.12.3 Signed-off-by: Nischal Sharma <[email protected]> * Update CHANGELOG.md Signed-off-by: Nischal Sharma <[email protected]> --------- Signed-off-by: Nischal Sharma <[email protected]> Signed-off-by: Shashank Kumar <[email protected]>
1 parent 5f8f7c6 commit 9889879

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
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.2]() (Upcoming)
6+
# [4.12.3]() (Upcoming)
7+
8+
### Bug Fixes
9+
10+
*
11+
12+
### Features
13+
14+
* bump snapshot version to 4.12.3 [#2101](https://github.com/hyperledger/web3j/pull/2101)
15+
16+
### BREAKING CHANGES
17+
18+
*
19+
20+
# [4.12.2](https://github.com/hyperledger/web3j/releases/tag/v4.12.2) (2024-09-18)
721

822
### Bug Fixes
923

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

1428
* bump snapshot version to 4.12.2 [#2093](https://github.com/hyperledger/web3j/pull/2093)
1529
* Adds Support for Linea ENS [#2094](https://github.com/hyperledger/web3j/pull/2094)
30+
* Upgrade jc-kzg-4844 to 2.0.0 [#2095](https://github.com/hyperledger/web3j/pull/2095)
1631

1732
### BREAKING CHANGES
1833

README.md

Lines changed: 2 additions & 2 deletions
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:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ext {
4343
// test dependencies
4444
equalsverifierVersion = '3.16.1'
4545
junitVersion = '5.5.2'
46-
web3jUnitVersion = '4.12.1'
46+
web3jUnitVersion = '4.12.2'
4747
junitBenchmarkVersion = '0.7.2'
4848
logbackVersion = '1.5.6'
4949
mockitoJunitVersion = '3.1.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT

0 commit comments

Comments
 (0)