We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2a9e4 commit e7a620fCopy full SHA for e7a620f
docs/changelog.md
@@ -5,6 +5,11 @@ search:
5
6
# Changelog
7
8
+## 5.2.0
9
+
10
+- upgrade schema-kenerator from 2.1.3 to [2.3.0](https://github.com/SMILEY4/schema-kenerator/releases/tag/2.3.0)
11
+- fix handling of different OpenApi specs with multiple ktor modules
12
13
## 5.1.0
14
15
- upgrade schema-kenerator to [2.1.3](https://github.com/SMILEY4/schema-kenerator/releases/tag/2.1.3)
gradle.properties
@@ -2,7 +2,7 @@ kotlin.code.style=official
2
3
# project id
4
projectGroupId=io.github.smiley4
-projectVersion=5.2.0
+projectVersion=5.3.0
# common publishing information
projectBaseScmUrl=https://github.com/SMILEY4/
0 commit comments