Skip to content

Commit

Permalink
Releasing version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 9, 2017
1 parent 6e683ff commit 74a295c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ Do this to generate your change history

git log --pretty=format:' * %h - %s (%an, %ad)' vX.Y.Z..HEAD

### 1.0.0 (9 May 2017)
### 1.0.1 (9 May 2017)
* 94597a0 - Updated pact gem to allow use of https for publishing verifications (Beth Skurrie, Tue May 9 14:27:19 2017 +1000)

### 1.0.0 (9 May 2017)

### 0.0.4 (15 May 2016)

* c5dc292 - Added basic authentication support for Pact Broker URLs (Matt Fellows, Sun May 15 19:08:22 2016 +1000)
Expand Down
2 changes: 1 addition & 1 deletion lib/pact/provider_verifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pact
module ProviderVerifier
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end

0 comments on commit 74a295c

Please sign in to comment.