Skip to content

Commit 19cee08

Browse files
committed
Release 0.18.0
1 parent 5c8cd46 commit 19cee08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.19.0 (2022-08-31)
22

33
- Support Kotlin 1.7
44
- Translate response type `Mono<T>` as `T`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Include something like the following in your web application project:
1212

1313
```kotlin
1414
plugins {
15-
id("fi.evident.apina") version "0.18.0"
15+
id("fi.evident.apina") version "0.19.0"
1616
}
1717

1818
tasks.apina {

0 commit comments

Comments
 (0)