Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gtebrean committed Mar 18, 2024
1 parent 6a59fc8 commit 089bad8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

* NIL

### Features

* Bump version to 4.11.1 [#108](https://github.com/web3j/web3j-openapi/pull/108)

### BREAKING CHANGES

* NIL


# [4.11.0](https://github.com/web3j/web3j-openapi/releases/tag/v4.11.0) (2024-02-18)

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
Expand Down
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.1
version=4.11.2-SNAPSHOT
kotlin.code.style=official
kotlin.caching.enabled=true
kotlin.incremental=true
Expand Down

0 comments on commit 089bad8

Please sign in to comment.