Skip to content

Commit

Permalink
change log
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 Jan 13, 2025
1 parent 2ac70e2 commit 89b18af
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ integration-tests/src/test/resources/quorum-test-network/logs

**/lint-baseline.xml
/local.properties
**/*.pro
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.3]() (Upcoming)
# [4.12.4-android]() (Upcoming)

### Bug Fixes

* Fix release scripts [#2138](https://github.com/hyperledger-web3j/web3j/pull/2138)

### Features

*

### BREAKING CHANGES

*

# [4.12.3-android](https://github.com/hyperledger-web3j/web3j/releases/tag/v4.12.3-android) (2025-01-10)

### Bug Fixes

Expand All @@ -17,7 +31,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### BREAKING CHANGES

*
* Web3j android specific modules [#2110](https://github.com/hyperledger-web3j/web3j/pull/2110)
* Web3j android specific modules [#2122](https://github.com/hyperledger-web3j/web3j/pull/2122)

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

Expand Down
4 changes: 3 additions & 1 deletion gradle/publish/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
apply plugin: 'signing'
apply plugin: "de.marcphilipp.nexus-publish"
apply plugin: 'de.marcphilipp.nexus-publish'

publishing {
publications {
Expand Down Expand Up @@ -44,6 +44,8 @@ publishing {
}
}
}

// uncomment for local publish
// repositories {
// mavenLocal()
// }
Expand Down

0 comments on commit 89b18af

Please sign in to comment.