We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8cd46 commit 19cee08Copy full SHA for 19cee08
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## 0.19.0 (2022-08-31)
2
3
- Support Kotlin 1.7
4
- Translate response type `Mono<T>` as `T`.
README.md
@@ -12,7 +12,7 @@ Include something like the following in your web application project:
12
13
```kotlin
14
plugins {
15
- id("fi.evident.apina") version "0.18.0"
+ id("fi.evident.apina") version "0.19.0"
16
}
17
18
tasks.apina {
0 commit comments