Skip to content

Commit

Permalink
Prepare release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Jun 1, 2018
1 parent f9fd539 commit 63e0028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* PR #36: Added missing validation message for property types
* PR #37: Added basePath to paths if no path prefix is configured

== Version 0.9.0
=== Version 0.8.1
* PR #42: Updated assertJ to v3.9.1
* PR #43: Fixed problem with validation of enum values
* PR #44: Enabled configuration for loosely match responses
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
}
description = 'A Swagger assertion library'
version = '0.9.0'
version = '0.8.1'
group = 'io.github.robwin'

apply plugin: 'java'
Expand Down

0 comments on commit 63e0028

Please sign in to comment.