Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump snapshot to 0.4.1 #32

Merged
merged 3 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading