diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2d34ab..fce62ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - name: Build Workflow Dispatch uses: convictional/trigger-workflow-and-wait@v1.3.0 with: - owner: web3j + owner: hyperledger repo: web3j-sokt github_token: ${{ secrets.GITHUB_TOKEN }} workflow_file_name: build.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e6520..391f8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. -# [0.4.0]() (Upcoming) +# [0.4.1]() (Upcoming) + +### Bug Fixes + +* NIL + +### Features + +* Bump snapshot version to 0.4.1 [#32](https://github.com/hyperledger/web3j-sokt/pull/32) + +### BREAKING CHANGES + +* + +# [0.4.0](https://github.com/hyperledger/web3j-sokt/releases/tag/v0.4.0) (2024-05-23) ### Bug Fixes diff --git a/README.md b/README.md index b97929a..7276dd8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Sokt is currently under active development. You can use it in one of your own pr ```groovy dependencies { - compile group: 'org.web3j', name: 'web3j-sokt', version: '0.2.4' + compile group: 'org.web3j', name: 'web3j-sokt', version: '0.4.0' } ``` For other build systems, see [here](https://mvnrepository.com/artifact/org.web3j/web3j-sokt/0.2.1). diff --git a/gradle.properties b/gradle.properties index 3c4c756..69e13f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style=official -version=0.4.0-SNAPSHOT \ No newline at end of file +version=0.4.1-SNAPSHOT \ No newline at end of file