Skip to content

Commit 81fce31

Browse files
NickSneogtebrean
authored andcommitted
Bump snapshot to 4.12.1 (#2058)
* release/4.12.0 Signed-off-by: Nischal Sharma <[email protected]> * bump snapshot version to 4.12.1 Signed-off-by: Nischal Sharma <[email protected]> --------- Signed-off-by: Nischal Sharma <[email protected]> Signed-off-by: gtebrean <[email protected]>
1 parent 9301515 commit 81fce31

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

CHANGELOG.md

+16-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.0]() (Upcoming)
6+
# [4.12.1]() (Upcoming)
7+
8+
### Bug Fixes
9+
10+
*
11+
12+
### Features
13+
14+
* bump snapshot version to 4.12.1 [#2058](https://github.com/web3j/web3j/pull/2058)
15+
16+
### BREAKING CHANGES
17+
18+
*
19+
20+
# [4.12.0](https://github.com/hyperledger/web3j/releases/tag/v4.12.0) (2024-05-23)
721

822
### Bug Fixes
923

@@ -12,6 +26,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1226
### Features
1327

1428
* bump snapshot version to 4.11.4 [#2049](https://github.com/web3j/web3j/pull/2049)
29+
* Fixed DefaultFunctionEncoder calculating offset for nested StaticArray [#2054](https://github.com/web3j/web3j/pull/2054)
1530

1631
### BREAKING CHANGES
1732

README.md

+4-4
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.11.2</version>
121+
<version>4.12.0</version>
122122
</dependency>
123123
```
124124

@@ -128,7 +128,7 @@ Android:
128128
<dependency>
129129
<groupId>org.web3j</groupId>
130130
<artifactId>core</artifactId>
131-
<version>4.8.7-android</version>
131+
<version>4.8.9-android</version>
132132
</dependency>
133133
```
134134

@@ -138,13 +138,13 @@ Gradle
138138
Java:
139139

140140
```groovy
141-
implementation ('org.web3j:core:4.11.2')
141+
implementation ('org.web3j:core:4.12.0')
142142
```
143143

144144
Android:
145145

146146
```groovy
147-
implementation ('org.web3j:core:4.8.7-android')
147+
implementation ('org.web3j:core:4.8.9-android')
148148
```
149149

150150
Build instructions

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext {
3030
// test dependencies
3131
equalsverifierVersion = '3.16.1'
3232
junitVersion = '5.5.2'
33-
web3jUnitVersion = '4.11.3'
33+
web3jUnitVersion = '4.12.0'
3434
junitBenchmarkVersion = '0.7.2'
3535
logbackVersion = '1.5.6'
3636
mockitoJunitVersion = '3.1.0'

gradle.properties

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

0 commit comments

Comments
 (0)