Skip to content

Commit

Permalink
Bump snapshot to 4.12.1 (#2058)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
NickSneo authored and gtebrean committed Jun 10, 2024
1 parent 9301515 commit c8ccb3f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.12.0]() (Upcoming)
# [4.12.1]() (Upcoming)

### Bug Fixes

*

### Features

* bump snapshot version to 4.12.1 [#2058](https://github.com/web3j/web3j/pull/2058)

### BREAKING CHANGES

*

# [4.12.0](https://github.com/hyperledger/web3j/releases/tag/v4.12.0) (2024-05-23)

### Bug Fixes

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

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

### BREAKING CHANGES

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Java:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.11.2</version>
<version>4.12.0</version>
</dependency>
```

Expand All @@ -128,7 +128,7 @@ Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.8.7-android</version>
<version>4.8.9-android</version>
</dependency>
```

Expand All @@ -138,13 +138,13 @@ Gradle
Java:

```groovy
implementation ('org.web3j:core:4.11.2')
implementation ('org.web3j:core:4.12.0')
```

Android:

```groovy
implementation ('org.web3j:core:4.8.7-android')
implementation ('org.web3j:core:4.8.9-android')
```

Build instructions
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ext {
// test dependencies
equalsverifierVersion = '3.16.1'
junitVersion = '5.5.2'
web3jUnitVersion = '4.11.3'
web3jUnitVersion = '4.12.0'
junitBenchmarkVersion = '0.7.2'
logbackVersion = '1.5.6'
mockitoJunitVersion = '3.1.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.web3j
version=4.12.0-SNAPSHOT
version=4.12.1-SNAPSHOT

0 comments on commit c8ccb3f

Please sign in to comment.