Skip to content

Commit

Permalink
chore(release): version 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 24, 2018
1 parent b152bc7 commit 10ebf85
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="v1.29.0"></a>
### v1.29.0 (2018-07-24)


#### Features

* return plain string URLs from Pact::PactBroker.fetch_pact_uris ([1aa1989](/../../commit/1aa1989))
* use beta:wip-provider-pacts rather than pb:wip-provider-pacts to fetch WIP pacts ([3bb0501](/../../commit/3bb0501))
* allow WIP pacts to be verified without causing the process to return an non zero exit code ([9e6de46](/../../commit/9e6de46))


#### Bug Fixes

* add missing require ([0aa2d2a](/../../commit/0aa2d2a))
* default pact specification version to 2 ([917891a](/../../commit/917891a))


<a name="v1.28.0"></a>
### v1.28.0 (2018-06-24)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
VERSION = "1.28.0"
VERSION = "1.29.0"
end

0 comments on commit 10ebf85

Please sign in to comment.