Skip to content

Commit

Permalink
bump 4.12.2 SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com>
  • Loading branch information
gtebrean committed Aug 14, 2024
1 parent 533879f commit 9dd3009
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 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.1]() (Upcoming)
# [4.12.2]() (Upcoming)

### Bug Fixes

*

### Features

* bump snapshot version to 4.12.2 [#113](https://github.com/hyperledger/web3j-evm/pull/113)

### BREAKING CHANGES

*

# [4.12.1](https://github.com/hyperledger/web3j-evm/releases/tag/v4.12.1) (2024-08-15)

### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ repositories {
}
dependencies {
implementation "org.web3j:core:4.12.0"
implementation "org.web3j:web3j-evm:4.12.0"
implementation "org.web3j:core:4.12.1"
implementation "org.web3j:web3j-evm:4.12.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
group=org.web3j
version=4.12.1
version=4.12.2-SNAPSHOT

0 comments on commit 9dd3009

Please sign in to comment.