We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fd539 commit 63e0028Copy full SHA for 63e0028
2 files changed
RELEASENOTES.adoc
@@ -38,7 +38,7 @@
38
* PR #36: Added missing validation message for property types
39
* PR #37: Added basePath to paths if no path prefix is configured
40
41
-== Version 0.9.0
+=== Version 0.8.1
42
* PR #42: Updated assertJ to v3.9.1
43
* PR #43: Fixed problem with validation of enum values
44
* PR #44: Enabled configuration for loosely match responses
build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
}
11
12
description = 'A Swagger assertion library'
13
-version = '0.9.0'
+version = '0.8.1'
14
group = 'io.github.robwin'
15
16
apply plugin: 'java'
0 commit comments