Skip to content

Commit eb1a589

Browse files
committed
chore(release): version 1.54.0
1 parent 67b249f commit eb1a589

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="v1.54.0"></a>
2+
### v1.54.0 (2020-09-12)
3+
4+
#### Features
5+
6+
* use pb relation in preference to beta relation when fetching pacts for verification ([7563fcf](/../../commit/7563fcf))
7+
* allow include_wip_pacts_since to use a Date, DateTime or Time ([dd35366](/../../commit/dd35366))
8+
* add support for include_wip_pacts_since ([f2247b8](/../../commit/f2247b8))
9+
110
<a name="v1.53.0"></a>
211
### v1.53.0 (2020-09-11)
312

lib/pact/version.rb

Lines changed: 1 addition & 1 deletion
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.53.0"
3+
VERSION = "1.54.0"
44
end

0 commit comments

Comments
 (0)