Skip to content

Commit

Permalink
Prepared release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Mar 6, 2018
1 parent f5ab2e6 commit 6ea83fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= assertj-swagger
:author: Robert Winkler
:version: 0.7.0
:version: 0.8.0
:hardbreaks:

image:https://travis-ci.org/RobWin/assertj-swagger.svg["Build Status", link="https://travis-ci.org/RobWin/assertj-swagger"] image:https://coveralls.io/repos/RobWin/assertj-swagger/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/r/RobWin/assertj-swagger"] image:https://api.bintray.com/packages/robwin/maven/assertj-swagger/images/download.svg[link="https://bintray.com/robwin/maven/assertj-swagger/_latestVersion"] image:http://img.shields.io/badge/license-ASF2-blue.svg["Apache License 2", link="http://www.apache.org/licenses/LICENSE-2.0.txt"] image:https://img.shields.io/badge/Twitter-rbrtwnklr-blue.svg["Twitter", link="https://twitter.com/rbrtwnklr"]
Expand Down
4 changes: 4 additions & 0 deletions RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@
* Updated assertj-core from v3.8.0 to v3.9.0
* Fixed Issues: #24, #30, #28 and #26

== Version 0.8.0
* PR #35: Added new isEqualTo with auth for secured endpoints
* PR #36: Added missing validation message for property types
* PR #37: Added basePath to paths if no path prefix is configured
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.7.1-SNAPSHOT'
version = '0.8.0'
group = 'io.github.robwin'

apply plugin: 'java'
Expand Down

0 comments on commit 6ea83fb

Please sign in to comment.