Skip to content

Commit

Permalink
Bump snapshot version to 4.12.3 (#2101)
Browse files Browse the repository at this point in the history
* release 4.12.2

Signed-off-by: Nischal Sharma <nischal@web3labs.com>

* bump snapshot version to 4.12.3

Signed-off-by: Nischal Sharma <nischal@web3labs.com>

* Update CHANGELOG.md

Signed-off-by: Nischal Sharma <nischal@web3labs.com>

---------

Signed-off-by: Nischal Sharma <nischal@web3labs.com>
  • Loading branch information
NickSneo authored Sep 19, 2024
1 parent 2964609 commit 650e6d6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
19 changes: 17 additions & 2 deletions 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.2]() (Upcoming)
# [4.12.3]() (Upcoming)

### Bug Fixes

*

### Features

* bump snapshot version to 4.12.3 [#2101](https://github.com/hyperledger/web3j/pull/2101)

### BREAKING CHANGES

*

# [4.12.2](https://github.com/hyperledger/web3j/releases/tag/v4.12.2) (2024-09-18)

### Bug Fixes

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

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

### BREAKING CHANGES

Expand Down Expand Up @@ -132,4 +147,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### BREAKING CHANGES

* NIL
* NIL
4 changes: 2 additions & 2 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.12.1</version>
<version>4.12.2</version>
</dependency>
```

Expand All @@ -141,7 +141,7 @@ Gradle
Java:

```groovy
implementation ('org.web3j:core:4.12.1')
implementation ('org.web3j:core:4.12.2')
```

Android:
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.12.1'
web3jUnitVersion = '4.12.2'
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.2-SNAPSHOT
version=4.12.3-SNAPSHOT

0 comments on commit 650e6d6

Please sign in to comment.