Skip to content

Commit 10ebf85

Browse files
committed
chore(release): version 1.29.0
1 parent b152bc7 commit 10ebf85

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="v1.29.0"></a>
2+
### v1.29.0 (2018-07-24)
3+
4+
5+
#### Features
6+
7+
* return plain string URLs from Pact::PactBroker.fetch_pact_uris ([1aa1989](/../../commit/1aa1989))
8+
* use beta:wip-provider-pacts rather than pb:wip-provider-pacts to fetch WIP pacts ([3bb0501](/../../commit/3bb0501))
9+
* allow WIP pacts to be verified without causing the process to return an non zero exit code ([9e6de46](/../../commit/9e6de46))
10+
11+
12+
#### Bug Fixes
13+
14+
* add missing require ([0aa2d2a](/../../commit/0aa2d2a))
15+
* default pact specification version to 2 ([917891a](/../../commit/917891a))
16+
17+
118
<a name="v1.28.0"></a>
219
### v1.28.0 (2018-06-24)
320

lib/pact/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Remember to bump pact-provider-proxy when this changes major version
22
module Pact
3-
VERSION = "1.28.0"
3+
VERSION = "1.29.0"
44
end

0 commit comments

Comments
 (0)