Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
komu committed Aug 31, 2022
1 parent 5c8cd46 commit 19cee08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.19.0 (2022-08-31)

- Support Kotlin 1.7
- Translate response type `Mono<T>` as `T`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Include something like the following in your web application project:

```kotlin
plugins {
id("fi.evident.apina") version "0.18.0"
id("fi.evident.apina") version "0.19.0"
}

tasks.apina {
Expand Down

0 comments on commit 19cee08

Please sign in to comment.