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

Merged
merged 3 commits into from
Apr 15, 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
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.3]() (Upcoming)

### Bug Fixes

*

### Features

*

### BREAKING CHANGES

*

# [4.11.2](https://github.com/web3j/web3j-openapi/releases/tag/v4.11.2) (2024-03-27)

### Bug Fixes

* NIL

### Features

* Added files for repo migration [#107](https://github.com/web3j/web3j-openapi/pull/107)
* Bump version to 4.11.2 [#108](https://github.com/web3j/web3j-openapi/pull/108)

### BREAKING CHANGES

* NIL


# [4.11.1](https://github.com/web3j/web3j-openapi/releases/tag/v4.11.1) (2024-03-18)

### Bug Fixes
Expand Down Expand Up @@ -30,4 +60,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### BREAKING CHANGES

* NIL
* NIL
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.web3j
version=4.11.2-SNAPSHOT
version=4.11.3-SNAPSHOT
kotlin.code.style=official
kotlin.caching.enabled=true
kotlin.incremental=true
Expand Down