Skip to content

Commit

Permalink
Merge pull request #32 from hyperledger/bump-snapshot
Browse files Browse the repository at this point in the history
Bump snapshot to 0.4.1
  • Loading branch information
NickSneo authored May 24, 2024
2 parents 4615aa9 + 55f7c55 commit 1560b76
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build Workflow Dispatch
uses: convictional/[email protected]
with:
owner: web3j
owner: hyperledger
repo: web3j-sokt
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow_file_name: build.yml
Expand Down
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.

# [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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
version=0.4.0-SNAPSHOT
version=0.4.1-SNAPSHOT

0 comments on commit 1560b76

Please sign in to comment.